We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d02fa commit 3fe5d32Copy full SHA for 3fe5d32
lwip/core/mem.c
@@ -189,7 +189,7 @@ struct mem {
189
#elif defined(TARGET_LPC1768)
190
# if defined (__ICCARM__)
191
# define ETHMEM_SECTION
192
-# elif defined(TOOLCHAIN_GCC_CR) || defined(TOOLCHAIN_GCC_ARM)
+# elif defined(TOOLCHAIN_GCC_CR)
193
# define ETHMEM_SECTION __attribute__((section(".data.$RamPeriph32")))
194
# else
195
# define ETHMEM_SECTION __attribute__((section("AHBSRAM0"),aligned))
0 commit comments