mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-05-10 15:19:03 -04:00
Ensure #error messages in FreeRTOSConfig.h files are not commented out.
This commit is contained in:
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…
Reference in a new issue