mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-28 12:57:52 +08:00
Add PPC definition.
This commit is contained in:
@ -191,6 +191,11 @@
|
|||||||
#include "../../Source/portable/GCC/MCF5235/portmacro.h"
|
#include "../../Source/portable/GCC/MCF5235/portmacro.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef GCC_PPC405
|
||||||
|
#include "../../Source/portable/GCC/PPC405/portmacro.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef BCC_INDUSTRIAL_PC_PORT
|
#ifdef BCC_INDUSTRIAL_PC_PORT
|
||||||
/* A short file name has to be used in place of the normal
|
/* A short file name has to be used in place of the normal
|
||||||
FreeRTOSConfig.h when using the Borland compiler. */
|
FreeRTOSConfig.h when using the Borland compiler. */
|
||||||
|
Reference in New Issue
Block a user