Skip to content

Commit 2bc224b

Browse files
authored
target BLUEPILL_F106C8 compile fix
INITIAL_SP missing when compile, here is a quick fix
1 parent 8a1c7fa commit 2bc224b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/TARGET_STM/mbed_rtx.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#define INITIAL_SP (0x20004000UL)
3838

3939
#elif (defined(TARGET_STM32F103RB) ||\
40+
defined(TARGET_STM32F103C8) ||\
4041
defined(TARGET_STM32L072CZ) ||\
4142
defined(TARGET_STM32L073RZ))
4243
#define INITIAL_SP (0x20005000UL)

0 commit comments

Comments
 (0)