mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 01:07:18 +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 :
|
.stack :
|
||||||
{
|
{
|
||||||
|
_sstack = .;
|
||||||
. = . + _system_stack_size;
|
. = . + _system_stack_size;
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
_estack = .;
|
_estack = .;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user