From: richardbarry Date: Tue, 29 Oct 2013 12:40:12 +0000 (+0000) Subject: Set the MSVC Win32 demo back to create the simply blinky demo by default. X-Git-Tag: V7.6.0~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=626d90d1715c82fc30a37bf9651a5ca3fbec4ab8;p=freertos Set the MSVC Win32 demo back to create the simply blinky demo by default. 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 --- diff --git a/FreeRTOS/Demo/WIN32-MSVC/main.c b/FreeRTOS/Demo/WIN32-MSVC/main.c index 360e84a31..98ed8e22c 100644 --- a/FreeRTOS/Demo/WIN32-MSVC/main.c +++ b/FreeRTOS/Demo/WIN32-MSVC/main.c @@ -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 comprehensive test and demo application is implemented and described in main_full.c. */ -#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 0 +#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 1 /* * main_blinky() is used when mainCREATE_SIMPLE_BLINKY_DEMO_ONLY is set to 1. diff --git a/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h index 1fb1b8e4a..541d72b5f 100644 --- a/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h +++ b/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h @@ -73,7 +73,7 @@ * executed from within the IDE! Once it has been executed, re-open or refresh * the Eclipse project and remove the #error line below. */ -//#error Ensure CreateProjectDirectoryStructure.bat has been executed before building. See comment immediately above. +#error Ensure CreateProjectDirectoryStructure.bat has been executed before building. See comment immediately above. /*----------------------------------------------------------- * Application specific definitions.