mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5322 from chrissnow/LPC1768_LWIP
LPC1768: Fix ETHMEM_SECTION placement for ARMpull/5471/head
commit
c67d91a4fc
|
@ -153,7 +153,7 @@ struct lpc_enetdata {
|
||||||
# define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned))
|
# define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned))
|
||||||
# endif
|
# endif
|
||||||
#elif defined(TARGET_LPC17XX)
|
#elif defined(TARGET_LPC17XX)
|
||||||
# if defined(TOOLCHAIN_GCC_ARM)
|
# if defined(TOOLCHAIN_GCC_ARM) || defined(TOOLCHAIN_ARM)
|
||||||
# define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned))
|
# define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned))
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue