]> git.sur5r.net Git - freertos/blobdiff - Demo/AVR_ATMega323_WinAVR/main.c
Ready for V5.1.1 release.
[freertos] / Demo / AVR_ATMega323_WinAVR / main.c
index 76e723534baeb49173f36a9613ecd9ee987680c5..cd47090940ef7d226d18f687a9c3f6d5389a9d0d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V4.8.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
@@ -188,7 +188,7 @@ portSHORT main( void )
        vStartRegTestTasks();\r
        \r
        /* Create the tasks defined within this file. */\r
-       xTaskCreate( vErrorChecks, "Check", configMINIMAL_STACK_SIZE, NULL, mainCHECK_TASK_PRIORITY, NULL );\r
+       xTaskCreate( vErrorChecks, ( signed portCHAR * ) "Check", configMINIMAL_STACK_SIZE, NULL, mainCHECK_TASK_PRIORITY, NULL );\r
 \r
        /* Create the co-routines that flash the LED's. */\r
        vStartFlashCoRoutines( mainNUM_FLASH_COROUTINES );\r