From 952202fb3371aa22c37e068ce0177ffcbe5d2aa7 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Tue, 16 Apr 2013 12:49:23 +0000 Subject: [PATCH] Remove duplicate #error informing people to run the CreateProjectDirectoryStructure.bat. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1856 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../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" -- 2.39.5