Ensure #error messages in FreeRTOSConfig.h files are not commented out.

pull/1/head
Richard Barry 12 years ago
parent 96f93690ce
commit c4d078c29a

@ -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

@ -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

Loading…
Cancel
Save