From 311fed4cf75772b4dcc577dc5a66677b22f3e916 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 11 Oct 2009 22:33:58 +0000 Subject: [PATCH] Place #error string in quotes. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@920 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c index dd7d59494..648c0cd9b 100644 --- a/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c +++ b/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c @@ -46,7 +46,7 @@ licensing and training services. */ -#error The batch file Demo\CORTEX_LPC1768_GCC_RedSuite\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. +#error "The batch file Demo\CORTEX_LPC1768_GCC_RedSuite\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." /* -- 2.39.5