]> git.sur5r.net Git - freertos/commitdiff
Set the MSVC Win32 demo back to create the simply blinky demo by default.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 29 Oct 2013 12:40:12 +0000 (12:40 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 29 Oct 2013 12:40:12 +0000 (12:40 +0000)
Set the MingW Wind32 demo back to include the #error to remind people to run the CreateProjectDirectoryStructure batch file.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2080 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/WIN32-MSVC/main.c
FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h

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
index 1fb1b8e4abf17390112b3ce087b0561415f80a06..541d72b5f42de4f8885c4c2d1d61025831abb509 100644 (file)
@@ -73,7 +73,7 @@
  * executed from within the IDE!  Once it has been executed, re-open or refresh \r
  * the Eclipse project and remove the #error line below.\r
  */\r
-//#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.\r
+#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.\r
 \r
 /*-----------------------------------------------------------\r
  * Application specific definitions.\r