/* 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