From c4d078c29aac087d7b6541e943ad031de4a4bad9 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Wed, 31 Oct 2012 13:46:17 +0000 Subject: [PATCH] Ensure #error messages in FreeRTOSConfig.h files are not commented out. --- FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h | 2 +- .../ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h index 1dae269d13..3bf5adab0b 100644 --- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h +++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h @@ -71,7 +71,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. #ifndef FREERTOS_CONFIG_H diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h index b05d592565..295a70bfac 100644 --- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h +++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h @@ -75,7 +75,7 @@ add back in the port.c and portasm.S files that are located in the FreeRTOS\Source\portable\GCC\ColdFire_V1 directory. Remove the line below before compiling. */ -//#error Read the comment above this line, then delete this error statement! +#error Read the comment above this line, then delete this error statement! #ifndef FREERTOS_CONFIG_H