summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2012-10-31 13:46:17 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2012-10-31 13:46:17 +0000
commit48c9ed7cd85441e8366e636d72722c5472b0b211 (patch)
tree9490a95611f951d4d0451e32baf757d62e6c5181
parent0e23dbeba9860181405bbada3d36f6101853989b (diff)
downloadfreertos-48c9ed7cd85441e8366e636d72722c5472b0b211.tar.gz
Ensure #error messages in FreeRTOSConfig.h files are not commented out.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1809 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
-rw-r--r--FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h2
-rw-r--r--FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h2
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 1dae269d1..3bf5adab0 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 b05d59256..295a70bfa 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