Merge pull request #315 from c1728p9/fix_lpc1768

Fix LPC1768 tests
Sam Grove 2016-06-13 01:09:22 +01:00 committed by GitHub
commit 34873889be
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ struct mem {
#elif defined(TARGET_LPC1768)
# if defined (__ICCARM__)
# define ETHMEM_SECTION
# elif defined(TOOLCHAIN_GCC_CR) || defined(TOOLCHAIN_GCC_ARM)
# elif defined(TOOLCHAIN_GCC_CR)
# define ETHMEM_SECTION __attribute__((section(".data.$RamPeriph32")))
# else
# define ETHMEM_SECTION __attribute__((section("AHBSRAM0"),aligned))