]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/WIN32-MSVC/main.c
Set the MSVC Win32 demo back to create the simply blinky demo by default.
[freertos] / FreeRTOS / Demo / WIN32-MSVC / main.c
index 360e84a312d95df08e968c4cc919cea5f737e9ea..98ed8e22c7d15a69813b55eb44e2d20c070ba33c 100644 (file)
@@ -105,7 +105,7 @@ mainCREATE_SIMPLE_BLINKY_DEMO_ONLY setting is used to select between the two.
 The simply blinky demo is implemented and described in main_blinky.c.  The more \r
 comprehensive test and demo application is implemented and described in \r
 main_full.c. */\r
-#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY     0\r
+#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY     1\r
 \r
 /*\r
  * main_blinky() is used when mainCREATE_SIMPLE_BLINKY_DEMO_ONLY is set to 1.\r