]> git.sur5r.net Git - freertos/blobdiff - Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
Ready for V5.1.1 release.
[freertos] / Demo / ColdFire_MCF52233_Eclipse / RTOSDemo / main.c
index bf9f92132a63f57693754a50a44baffc19fdb8e9..45c83512fa807a1e0fa6598c712782a24f885205 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -109,7 +109,7 @@ top of this file. */
 #define mainGEN_QUEUE_TASK_PRIORITY                    ( tskIDLE_PRIORITY )\r
 \r
 /* The WEB server task uses more stack than most other tasks because of its\r
-reliance on using sprintf(). */
+reliance on using sprintf(). */\r
 #define mainBASIC_WEB_STACK_SIZE                       ( configMINIMAL_STACK_SIZE * 2 )\r
 \r
 /*\r
@@ -124,7 +124,7 @@ static void prvSetupHardware( void );
 static void prvCheckTask( void *pvParameters );\r
 \r
 /*\r
- * The task that implements the WEB server.
+ * The task that implements the WEB server.\r
  */\r
 extern void vuIP_Task( void *pvParameters );\r
 \r