mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-25 18:57:01 +08:00
Added CodeWarrior definitions.
This commit is contained in:
@ -199,7 +199,13 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef COLDFIRE_V2_CODEWARRIOR
|
#ifdef COLDFIRE_V2_CODEWARRIOR
|
||||||
#include "../../source/portable/CodeWarrior/ColdFire_MCF52259/portmacro.h"
|
/* The portmacro.h file must be included as part of the CodeWarrior project. */
|
||||||
|
#include "portmacro.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef COLDFIRE_V1_CODEWARRIOR
|
||||||
|
/* The portmacro.h file must be included as part of the CodeWarrior project. */
|
||||||
|
#include "portmacro.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef COLDFIRE_V2_GCC
|
#ifdef COLDFIRE_V2_GCC
|
||||||
|
Reference in New Issue
Block a user