Skip to content

Commit

Permalink
Fix build for LPC1768
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Jan 26, 2025
1 parent e9ea562 commit 2cf8902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectivity/nanostack/mbed-mesh-api/source/mesh_system.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
control */
#ifndef ETHMEM_SECTION
# if defined(TARGET_LPC1768)
# define ETHMEM_SECTION __attribute__((section("AHBSRAM0"),aligned))
# define ETHMEM_SECTION __attribute__((section("AHBSRAM"),aligned))
# else
# define ETHMEM_SECTION
# endif
Expand Down

0 comments on commit 2cf8902

Please sign in to comment.