mirror of https://github.com/ARMmbed/mbed-os.git
target BLUEPILL_F106C8 compile fix
INITIAL_SP missing when compile, here is a quick fixpull/4896/head
parent
8a1c7fab79
commit
2bc224bc2f
|
@ -37,6 +37,7 @@
|
|||
#define INITIAL_SP (0x20004000UL)
|
||||
|
||||
#elif (defined(TARGET_STM32F103RB) ||\
|
||||
defined(TARGET_STM32F103C8) ||\
|
||||
defined(TARGET_STM32L072CZ) ||\
|
||||
defined(TARGET_STM32L073RZ))
|
||||
#define INITIAL_SP (0x20005000UL)
|
||||
|
|
Loading…
Reference in New Issue