From d5188b7951f95d4b321a4cc1f22772bb827c85bb Mon Sep 17 00:00:00 2001 From: richardbarry 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. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1649 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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 1b0d7dd79..e75b3f51a 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(); -- 2.39.5