Merge pull request #4896 from pilotak/patch-1

target BLUEPILL_F103C8 compile fix
pull/4886/merge
Jimmy Brisson 2017-08-21 10:37:01 -05:00 committed by GitHub
commit bb7ab1942a
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)