Skip to content

Commit 872d60f

Browse files
cyliangtwccli8
authored andcommitted
Add IPV4 in NUC472 target
1 parent 6f3540c commit 872d60f

File tree

1 file changed

+1
-1
lines changed
  • hal/targets/cmsis/TARGET_NUVOTON/TARGET_NUC472/TARGET_NUMAKER_PFM_NUC472/TOOLCHAIN_GCC_ARM

1 file changed

+1
-1
lines changed

hal/targets/cmsis/TARGET_NUVOTON/TARGET_NUC472/TARGET_NUMAKER_PFM_NUC472/TOOLCHAIN_GCC_ARM/NUC472.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ SECTIONS
237237
*/
238238
*lwip_*.o(.bss*)
239239
*lwip_*.o(COMMON)
240-
__bss_extern_end__ = .;
240+
__bss_extern_end__ = .;
241241
} > RAM_EXTERN
242242

243243
.bss (NOLOAD):

0 commit comments

Comments
 (0)