Skip to content

Commit 2cf8902

Browse files
Fix build for LPC1768
1 parent e9ea562 commit 2cf8902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/nanostack/mbed-mesh-api/source/mesh_system.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
control */
3737
#ifndef ETHMEM_SECTION
3838
# if defined(TARGET_LPC1768)
39-
# define ETHMEM_SECTION __attribute__((section("AHBSRAM0"),aligned))
39+
# define ETHMEM_SECTION __attribute__((section("AHBSRAM"),aligned))
4040
# else
4141
# define ETHMEM_SECTION
4242
# endif

0 commit comments

Comments
 (0)