]> git.sur5r.net Git - freertos/commitdiff
Update comment in the A2F main-full.c file for the SoftConsole demo.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 13 May 2011 13:23:54 +0000 (13:23 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 13 May 2011 13:23:54 +0000 (13:23 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1420 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_A2F200_SoftConsole/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