From 255dd683d2bc22f6b19e2a9135e79598f06438a4 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Mon, 5 Dec 2011 17:00:14 +0000 Subject: [PATCH] Correct comment about mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY setting in TriCore main.c. --- Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c b/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c index 1b0d7dd797..e75b3f51a8 100644 --- a/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c +++ b/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c @@ -231,12 +231,12 @@ int main( void ) /* 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 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. */ vStartLEDFlashTasks( mainLED_TASK_PRIORITY ); /* 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. */ prvOptionallyCreateComprehensveTestApplication();