target BLUEPILL_F106C8 compile fix

INITIAL_SP missing when compile, here is a quick fix
pull/4974/head
Pavel Slama 2017-08-13 15:32:11 +02:00 committed by adbridge
parent 509379302d
commit b8f1c4a56a
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#define INITIAL_SP (0x20004000UL) #define INITIAL_SP (0x20004000UL)
#elif (defined(TARGET_STM32F103RB) ||\ #elif (defined(TARGET_STM32F103RB) ||\
defined(TARGET_STM32F103C8) ||\
defined(TARGET_STM32L072CZ) ||\ defined(TARGET_STM32L072CZ) ||\
defined(TARGET_STM32L073RZ)) defined(TARGET_STM32L073RZ))
#define INITIAL_SP (0x20005000UL) #define INITIAL_SP (0x20005000UL)