\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