4
0
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:
Bernard Xiong 2018-11-28 18:04:09 +08:00 committed by GitHub
commit d4469fe7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,7 @@ SECTIONS
.stack :
{
_sstack = .;
. = . + _system_stack_size;
. = ALIGN(4);
_estack = .;