X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FRX200_RX231-RSK_GCC_e2studio_IAR%2Fsrc%2FBlinky_Demo%2Fmain_blinky.c;fp=FreeRTOS%2FDemo%2FRX200_RX231-RSK_GCC_e2studio_IAR%2Fsrc%2FBlinky_Demo%2Fmain_blinky.c;h=146f7150e172788679a6b34f1227c09ed84f8b0a;hb=4f1513daa7bb2edfa5a262a663fcd2b8270e41bb;hp=86707a05a9dc776d65b3f882d51e551d27145e57;hpb=a5c0757e04456aadb5b96170f91f586608f1ae09;p=freertos diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c index 86707a05a..146f7150e 100644 --- a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c +++ b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c @@ -160,12 +160,10 @@ void main_blinky( void ) /* If all is well, the scheduler will now be running, and the following line will never be reached. If the following line does execute, then - there was either insufficient FreeRTOS heap memory available for the idle - and/or timer tasks to be created, or vTaskStartScheduler() was called from - User mode. See the memory management section on the FreeRTOS web site for - more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The - mode from which main() is called is set in the C start up code and must be - a privileged mode (not user mode). */ + there was insufficient FreeRTOS heap memory available for the Idle and/or + timer tasks to be created. See the memory management section on the + FreeRTOS web site for more details on the FreeRTOS heap + http://www.freertos.org/a00111.html. */ for( ;; ); } /*-----------------------------------------------------------*/