STM32WB: update GCC linker script to match with master

pull/9814/head
Laurent Meunier 2019-03-19 13:59:00 +01:00
parent 6336e4bee7
commit 71c396cab1
1 changed files with 1 additions and 0 deletions

View File

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