Update comment in the A2F main-full.c file for the IAR and Keil demos.

pull/4/head
Richard Barry 14 years ago
parent 1f452ffdc3
commit dbd0c5ff80

@ -456,10 +456,9 @@ const unsigned long ulValueToSend = 100UL;
/* The timer command queue will have been filled when the timer test tasks /* The timer command queue will have been filled when the timer test tasks
were created in main() (this is part of the test they perform). Therefore, were created in main() (this is part of the test they perform). Therefore,
while the check and OLED timers can be created in main(), they cannot be while the check timer can be created in main(), it cannot be started from
started from main(). Once the scheduler has started, the timer service main(). Once the scheduler has started, the timer service task will drain
task will drain the command queue, and now the check and OLED timers can be the command queue, and now the check timer can be started successfully. */
started successfully. */
xTimerStart( xCheckTimer, portMAX_DELAY ); xTimerStart( xCheckTimer, portMAX_DELAY );
/* Initialise xNextWakeTime - this only needs to be done once. */ /* Initialise xNextWakeTime - this only needs to be done once. */

Loading…
Cancel
Save