ewew
Fork of lwip-eth by
Diff: arch/TARGET_NXP/lpc17_emac.c
- Revision:
- 14:578727b0a909
- Parent:
- 10:ab9330955226
- Child:
- 24:f274b521b211
diff -r 409b1b671df2 -r 578727b0a909 arch/TARGET_NXP/lpc17_emac.c --- a/arch/TARGET_NXP/lpc17_emac.c Fri May 23 05:45:26 2014 +0100 +++ b/arch/TARGET_NXP/lpc17_emac.c Mon Jun 09 15:00:19 2014 +0100 @@ -138,7 +138,7 @@ # if defined (__ICCARM__) # define ETHMEM_SECTION # elif defined(TOOLCHAIN_GCC_CR) -# define ETHMEM_SECTION __attribute__((section(".data.$RamPeriph32"))) +# define ETHMEM_SECTION __attribute__((section(".data.$RamPeriph32"), aligned)) # else # define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned)) # endif