mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-20 20:17:29 +08:00
[STM32F4xx-HAL] Fix link error when enable cmbacktrace package.
Change-Id: I879acd7c67ea782389b8f69acb2846c2879f8fcf
This commit is contained in:
parent
a87914b535
commit
bbc628d5a0
@ -80,6 +80,7 @@ SECTIONS
|
||||
|
||||
.stack :
|
||||
{
|
||||
_sstack = .;
|
||||
. = . + _system_stack_size;
|
||||
. = ALIGN(4);
|
||||
_estack = .;
|
||||
|
Loading…
x
Reference in New Issue
Block a user