mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Add proper 8 byte alignment support.
This commit is contained in:
parent
0b86cb1e2c
commit
0a9fddb5d4
4 changed files with 16 additions and 17 deletions
|
@ -220,6 +220,10 @@
|
|||
#include "../../Source/portable/GCC/PPC405_Xilinx/portmacro.h"
|
||||
#endif
|
||||
|
||||
#ifdef GCC_PPC440
|
||||
#include "../../Source/portable/GCC/PPC440_Xilinx/portmacro.h"
|
||||
#endif
|
||||
|
||||
#ifdef _16FX_SOFTUNE
|
||||
#include "..\..\Source\portable\Softune\MB96340\portmacro.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue