STM32WB: update GCC linker script to match with master

pull/10326/head
Laurent Meunier 2019-03-19 13:59:00 +01:00 committed by Martin Kojtal
parent 5da83a2617
commit 9cf03e3438
1 changed files with 1 additions and 0 deletions

View File

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