Skip to content

Commit 4dbd8cd

Browse files
committed
fix icf file misspelling
1 parent edd462e commit 4dbd8cd

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/TOOLCHAIN_IAR

1 file changed

+2
-2
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/TOOLCHAIN_IAR/rtl8195a.icf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ place at start of SDRAM_RAM_region {
209209
/* TCM placement */
210210
define overlay TCM_overlay {
211211
section .tcm.heap,
212-
section .bss object mem.o,
213-
section .bss object memp.o,
212+
section .bss object lwip_mem.o,
213+
section .bss object lwip_memp.o,
214214
block .heap,
215215
block .stack_dummy
216216
};

0 commit comments

Comments
 (0)