X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FMSP430X_MSP430FR5969_LaunchPad_IAR_CCS%2FBlinky_Demo%2Fmain_blinky.c;fp=FreeRTOS%2FDemo%2FMSP430X_MSP430FR5969_LaunchPad_IAR_CCS%2FBlinky_Demo%2Fmain_blinky.c;h=64db5efe76201a3ec259ee6745cd728e806a960a;hb=4f1513daa7bb2edfa5a262a663fcd2b8270e41bb;hp=41c8afb763f0fade53bc948dd0f6c60236d7b0b9;hpb=a5c0757e04456aadb5b96170f91f586608f1ae09;p=freertos diff --git a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Blinky_Demo/main_blinky.c index 41c8afb76..64db5efe7 100644 --- a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Blinky_Demo/main_blinky.c +++ b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Blinky_Demo/main_blinky.c @@ -173,12 +173,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( ;; ); } /*-----------------------------------------------------------*/