mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-18 19:59:13 +08:00
Merge pull request #2012 from xeonxu/fixcmbacktrace
[STM32F4xx-HAL] Fix link error when enable cmbacktrace package.
This commit is contained in:
commit
d4469fe7d8
@ -80,6 +80,7 @@ SECTIONS
|
||||
|
||||
.stack :
|
||||
{
|
||||
_sstack = .;
|
||||
. = . + _system_stack_size;
|
||||
. = ALIGN(4);
|
||||
_estack = .;
|
||||
|
Loading…
x
Reference in New Issue
Block a user