mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-25 18:57:01 +08:00
Ensure #error messages in FreeRTOSConfig.h files are not commented out.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user