Skip to content

Commit bb7ab19

Browse files
Merge pull request #4896 from pilotak/patch-1
target BLUEPILL_F103C8 compile fix
2 parents 4c13b66 + 2bc224b commit bb7ab19

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)