mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-24 07:21:57 -04:00
Add PPC definition.
This commit is contained in:
parent
3e94695fb4
commit
8c0260568e
|
@ -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. */
|
||||||
|
|
Loading…
Reference in a new issue