Correct comment about mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY setting in TriCore main.c.

pull/1/head
Richard Barry 13 years ago
parent 93e72e5036
commit 255dd683d2

@ -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();

Loading…
Cancel
Save