From 88f2c70041ff33dbfc3962f90a4fea99d8eeb12f Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 13 May 2011 13:21:48 +0000 Subject: [PATCH] Update comment in the A2F main-full.c file for the IAR and Keil demos. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1419 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c b/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c index d412c41da..6c9281b5b 100644 --- a/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c +++ b/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c @@ -456,10 +456,9 @@ const unsigned long ulValueToSend = 100UL; /* 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, - while the check and OLED timers can be created in main(), they cannot be - started from main(). Once the scheduler has started, the timer service - task will drain the command queue, and now the check and OLED timers can be - started successfully. */ + while the check timer can be created in main(), it cannot be started from + main(). Once the scheduler has started, the timer service task will drain + the command queue, and now the check timer can be started successfully. */ xTimerStart( xCheckTimer, portMAX_DELAY ); /* Initialise xNextWakeTime - this only needs to be done once. */ -- 2.39.5