Correct a comment that had been cut and paste into multiple main.c files.

This commit is contained in:
Richard Barry 2016-01-12 10:38:16 +00:00
parent 5690221c5c
commit f81575dcee
28 changed files with 111 additions and 165 deletions

View file

@ -122,7 +122,7 @@
* When mainSELECTED_APPLICATION is set to 1 the comprehensive test and demo * When mainSELECTED_APPLICATION is set to 1 the comprehensive test and demo
* application will be run. * application will be run.
*/ */
#define mainSELECTED_APPLICATION 1 #define mainSELECTED_APPLICATION 0
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -284,12 +284,10 @@ void main_full( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -173,12 +173,10 @@ void main_blinky( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -246,12 +246,10 @@ void main_full( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -173,12 +173,10 @@ void main_blinky( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -246,12 +246,10 @@ void main_full( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -170,12 +170,10 @@ void main_blinky( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -254,12 +254,10 @@ void main_full( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -173,12 +173,10 @@ void main_blinky( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -168,12 +168,10 @@ void main_blinky( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -281,12 +281,10 @@ void main_full( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -166,12 +166,10 @@ TimerHandle_t xTimer;
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -162,12 +162,10 @@ void main_blinky( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -280,12 +280,10 @@ void main_full( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -162,12 +162,10 @@ void main_blinky( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -277,12 +277,10 @@ void main_full( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -160,12 +160,10 @@ void main_blinky( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -253,12 +253,10 @@ void main_full( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -160,12 +160,10 @@ void main_blinky( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -253,12 +253,10 @@ void main_full( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -173,12 +173,10 @@ void main_blinky( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -266,12 +266,10 @@ void main_full( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -173,12 +173,10 @@ void main_blinky( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -266,12 +266,10 @@ void main_full( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -162,12 +162,10 @@ void main_blinky( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -282,12 +282,10 @@ void main_full( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -162,12 +162,10 @@ void main_blinky( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

View file

@ -282,12 +282,10 @@ void main_full( void )
/* If all is well, the scheduler will now be running, and the following /* If all is well, the scheduler will now be running, and the following
line will never be reached. If the following line does execute, then line will never be reached. If the following line does execute, then
there was either insufficient FreeRTOS heap memory available for the idle there was insufficient FreeRTOS heap memory available for the Idle and/or
and/or timer tasks to be created, or vTaskStartScheduler() was called from timer tasks to be created. See the memory management section on the
User mode. See the memory management section on the FreeRTOS web site for FreeRTOS web site for more details on the FreeRTOS heap
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The http://www.freertos.org/a00111.html. */
mode from which main() is called is set in the C start up code and must be
a privileged mode (not user mode). */
for( ;; ); for( ;; );
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/