]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
Update comment in the A2F main-full.c file for the IAR and Keil demos.
[freertos] / Demo / CORTEX_A2F200_IAR_and_Keil / main-full.c
index d412c41dab5758f55c9a965de901d73038a0788b..6c9281b5b7593e0071b317ece0e23aeeff0e9bbd 100644 (file)
@@ -456,10 +456,9 @@ const unsigned long ulValueToSend = 100UL;
 \r
        /* The timer command queue will have been filled when the timer test tasks\r
        were created in main() (this is part of the test they perform).  Therefore,\r
-       while the check and OLED timers can be created in main(), they cannot be\r
-       started from main().  Once the scheduler has started, the timer service\r
-       task will drain the command queue, and now the check and OLED timers can be\r
-       started successfully. */\r
+       while the check timer can be created in main(), it cannot be started from \r
+       main().  Once the scheduler has started, the timer service task will drain \r
+       the command queue, and now the check timer can be started successfully. */\r
        xTimerStart( xCheckTimer, portMAX_DELAY );\r
 \r
        /* Initialise xNextWakeTime - this only needs to be done once. */\r