target BLUEPILL_F106C8 compile fix

INITIAL_SP missing when compile, here is a quick fix
pull/4896/head
Pavel Slama 2017-08-13 15:32:11 +02:00 committed by GitHub
parent 8a1c7fab79
commit 2bc224bc2f
1 changed files with 1 additions and 0 deletions

View File

@ -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)