Explorar o código

Merge pull request #2012 from xeonxu/fixcmbacktrace

[STM32F4xx-HAL] Fix link error when enable cmbacktrace package.
Bernard Xiong %!s(int64=6) %!d(string=hai) anos
pai
achega
d4469fe7d8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      bsp/stm32f4xx-HAL/stm32_rom.ld

+ 1 - 0
bsp/stm32f4xx-HAL/stm32_rom.ld

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