mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-21 22:11:57 -04:00
Put back the #error statement in FreeRTOS config for the Eclipse SmartFusion demo - it should not have been checked in with it out.
This commit is contained in:
parent
3463753afc
commit
fca97d4834
|
@ -63,7 +63,7 @@
|
||||||
* executed from within CCS4! Once it has been executed, re-open or refresh
|
* executed from within CCS4! Once it has been executed, re-open or refresh
|
||||||
* the CCS4 project and remove the #error line below.
|
* 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
|
#ifndef FREERTOS_CONFIG_H
|
||||||
|
|
Loading…
Reference in a new issue