]> git.sur5r.net Git - freertos/commitdiff
Correct comment about mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY setting in TriCore...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 5 Dec 2011 17:00:14 +0000 (17:00 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 5 Dec 2011 17:00:14 +0000 (17:00 +0000)
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

index 1b0d7dd7979b21539bd55f962926bbddb869fd1d..e75b3f51a83ee4248fb7c6d306aabc96e70fb3bc 100644 (file)
@@ -231,12 +231,12 @@ int main( void )
        /* Start standard demo/test application flash tasks.  See the comments at\r
        the top of this file.  The LED flash tasks are always created.  The other\r
        tasks are only created if mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY is set to\r
-       1 (at the top of this file).  See the comments at the top of this file for\r
+       0 (at the top of this file).  See the comments at the top of this file for\r
        more information. */\r
        vStartLEDFlashTasks( mainLED_TASK_PRIORITY );\r
 \r
        /* The following function will only create more tasks and timers if\r
-       mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY is set to 1 (at the top of this\r
+       mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY is set to 0 (at the top of this\r
        file).  See the comments at the top of this file for more information. */\r
        prvOptionallyCreateComprehensveTestApplication();\r
 \r