mirror of https://github.com/ARMmbed/mbed-os.git
STM32WB: update GCC linker script to match with master
parent
5da83a2617
commit
9cf03e3438
|
@ -146,6 +146,7 @@ SECTIONS
|
|||
__end__ = .;
|
||||
end = __end__;
|
||||
*(.heap*)
|
||||
. = ORIGIN(RAM1) + LENGTH(RAM1) - STACK_SIZE;
|
||||
__HeapLimit = .;
|
||||
} > RAM1
|
||||
|
||||
|
|
Loading…
Reference in New Issue