We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087b7c7 commit e26b474Copy full SHA for e26b474
1 file changed
src/targets.mk
@@ -111,6 +111,7 @@ ifeq ($(TARGET),BLUEPILLPLUSSTM32_HIGH)
111
TARGET_SPEC_DIR := ./stm32f103/bluepillplus
112
LDSCRIPT := ./stm32f103/stm32f103x8_high.ld
113
ARCH = STM32F1
114
+ DEFS += -DBOOTLOADER_HIGH
115
endif
116
ifeq ($(TARGET),BLUEPILLPLUSSTM32_HIGH_128)
117
TARGET_COMMON_DIR := ./stm32f103
0 commit comments