From f595d9e7896e2a38b19522a34a6829c2fec011fb Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 28 Jan 2011 21:32:32 +0100 Subject: The example software should stress stdio, to make it trying to work. --- demo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo.c b/demo.c index 59b41ca..fd9b76a 100644 --- a/demo.c +++ b/demo.c @@ -4,6 +4,7 @@ #include #include #include +#include #define LED1_wire 18 #define LED2_wire 20 @@ -60,7 +61,7 @@ static void badTask(void *x) { int main() { handle = xSemaphoreCreateMutex(); - + printf("Hello world - from stdio!\r\n"); setupLEDs(); litLED(1, 0); litLED(2, 0); -- cgit v1.2.3