mirror of https://github.com/ARMmbed/mbed-os.git
Add missing space in linker script
parent
1a1c74c38b
commit
38e9314ddd
|
@ -147,7 +147,7 @@ SECTIONS
|
|||
__end__ = .;
|
||||
end = __end__;
|
||||
*(.heap*)
|
||||
.= ORIGIN(RAM) + LENGTH(RAM) - STACK_SIZE;
|
||||
. = ORIGIN(RAM) + LENGTH(RAM) - STACK_SIZE;
|
||||
__HeapLimit = .;
|
||||
} > RAM
|
||||
|
||||
|
|
Loading…
Reference in New Issue