Add missing space in linker script

pull/9571/head
deepikabhavnani 2019-02-12 16:23:47 -06:00
parent 1a1c74c38b
commit 38e9314ddd
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ SECTIONS
__end__ = .;
end = __end__;
*(.heap*)
.= ORIGIN(RAM) + LENGTH(RAM) - STACK_SIZE;
. = ORIGIN(RAM) + LENGTH(RAM) - STACK_SIZE;
__HeapLimit = .;
} > RAM