Skip to content

Commit 38e9314

Browse files
author
deepikabhavnani
committed
Add missing space in linker script
1 parent 1a1c74c commit 38e9314

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_Freescale/TARGET_KLXX/TARGET_KL25Z/device/TOOLCHAIN_GCC_ARM

1 file changed

+1
-1
lines changed

targets/TARGET_Freescale/TARGET_KLXX/TARGET_KL25Z/device/TOOLCHAIN_GCC_ARM/MKL25Z4.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ SECTIONS
147147
__end__ = .;
148148
end = __end__;
149149
*(.heap*)
150-
.= ORIGIN(RAM) + LENGTH(RAM) - STACK_SIZE;
150+
. = ORIGIN(RAM) + LENGTH(RAM) - STACK_SIZE;
151151
__HeapLimit = .;
152152
} > RAM
153153

0 commit comments

Comments
 (0)