Skip to content

Commit e26b474

Browse files
committed
Fix: set BOOTLOADER_HIGH for target BLUEPILLPLUSSTM32_HIGH
1 parent 087b7c7 commit e26b474

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/targets.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ ifeq ($(TARGET),BLUEPILLPLUSSTM32_HIGH)
111111
TARGET_SPEC_DIR := ./stm32f103/bluepillplus
112112
LDSCRIPT := ./stm32f103/stm32f103x8_high.ld
113113
ARCH = STM32F1
114+
DEFS += -DBOOTLOADER_HIGH
114115
endif
115116
ifeq ($(TARGET),BLUEPILLPLUSSTM32_HIGH_128)
116117
TARGET_COMMON_DIR := ./stm32f103

0 commit comments

Comments
 (0)