From: richardbarry Date: Fri, 29 Apr 2011 12:00:33 +0000 (+0000) Subject: Put back the #error statement in FreeRTOS config for the Eclipse SmartFusion demo... X-Git-Tag: V7.0.1~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a51993985635341292e74baf41ef775be2934d30;p=freertos Put back the #error statement in FreeRTOS config for the Eclipse SmartFusion demo - it should not have been checked in with it out. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1403 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h b/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h index 754ca1f0b..0a15cf863 100644 --- a/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h +++ b/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h @@ -63,7 +63,7 @@ * executed from within CCS4! Once it has been executed, re-open or refresh * the CCS4 project and 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