Skip to content

Commit 6685b4a

Browse files
cyliangtwc1728p9
authored andcommitted
support mesh in GCC tool chain
1 parent faae13e commit 6685b4a

File tree

1 file changed

+1
-0
lines changed
  • targets/TARGET_NUVOTON/TARGET_NUC472/device/TOOLCHAIN_GCC_ARM

1 file changed

+1
-0
lines changed

targets/TARGET_NUVOTON/TARGET_NUC472/device/TOOLCHAIN_GCC_ARM/NUC472.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ SECTIONS
237237
*/
238238
*lwip_*.o(.bss*)
239239
*lwip_*.o(COMMON)
240+
*mesh_system.o(.bss*)
240241
__bss_extern_end__ = .;
241242
} > RAM_EXTERN
242243

0 commit comments

Comments
 (0)