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 e9ea562 commit 2cf8902Copy full SHA for 2cf8902
connectivity/nanostack/mbed-mesh-api/source/mesh_system.c
@@ -36,7 +36,7 @@
36
control */
37
#ifndef ETHMEM_SECTION
38
# if defined(TARGET_LPC1768)
39
-# define ETHMEM_SECTION __attribute__((section("AHBSRAM0"),aligned))
+# define ETHMEM_SECTION __attribute__((section("AHBSRAM"),aligned))
40
# else
41
# define ETHMEM_SECTION
42
# endif
0 commit comments