From 67cc013ac36cd76dc3b980601270ba03cf964e41 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Tue, 16 Apr 2013 12:49:23 +0000 Subject: [PATCH] Remove duplicate #error informing people to run the CreateProjectDirectoryStructure.bat. --- .../Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c index f767c5df4..31f5885a7 100644 --- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c +++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c @@ -88,8 +88,6 @@ * *****************************************************************************/ -#error The batch file Demo\CORTEX_M0_LPC1114_LPCXpresso\RTOSDemo\CreateProjectDirectoryStructure.bat must be executed before the first build. After executing the batch file hit F5 to refrech the Eclipse project, then delete this line. - /* Standard includes. */ #include "string.h"