From 414bdc28c4472fbce3420bee5517d7c5be8d47ee Mon Sep 17 00:00:00 2001 From: richardbarry Date: Wed, 29 Aug 2012 09:57:25 +0000 Subject: [PATCH] Save the SAM4S FreeRTOSConfig.h with the #error about running the CreateProjectDirectoryStructure.bat batch file in the correct state (uncommented). git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1775 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h index 61e1cda19..55c84b01d 100644 --- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h +++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h @@ -73,7 +73,7 @@ * executed prior to this project being built. Once it has been executed * 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. -- 2.39.5