mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-26 11:42:57 +08:00
Correct comment about mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY setting in TriCore main.c.
This commit is contained in:
@ -231,12 +231,12 @@ int main( void )
|
|||||||
/* Start standard demo/test application flash tasks. See the comments at
|
/* Start standard demo/test application flash tasks. See the comments at
|
||||||
the top of this file. The LED flash tasks are always created. The other
|
the top of this file. The LED flash tasks are always created. The other
|
||||||
tasks are only created if mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY is set to
|
tasks are only created if mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY is set to
|
||||||
1 (at the top of this file). See the comments at the top of this file for
|
0 (at the top of this file). See the comments at the top of this file for
|
||||||
more information. */
|
more information. */
|
||||||
vStartLEDFlashTasks( mainLED_TASK_PRIORITY );
|
vStartLEDFlashTasks( mainLED_TASK_PRIORITY );
|
||||||
|
|
||||||
/* The following function will only create more tasks and timers if
|
/* The following function will only create more tasks and timers if
|
||||||
mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY is set to 1 (at the top of this
|
mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY is set to 0 (at the top of this
|
||||||
file). See the comments at the top of this file for more information. */
|
file). See the comments at the top of this file for more information. */
|
||||||
prvOptionallyCreateComprehensveTestApplication();
|
prvOptionallyCreateComprehensveTestApplication();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user