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