[STM32F4xx-HAL] Fix link error when enable cmbacktrace package.

Change-Id: I879acd7c67ea782389b8f69acb2846c2879f8fcf
This commit is contained in:
Noe Xu 2018-11-26 22:40:58 -08:00
parent a87914b535
commit bbc628d5a0
1 changed files with 1 additions and 0 deletions

View File

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