diff options
Diffstat (limited to 'bootloader.mk')
-rw-r--r-- | bootloader.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootloader.mk b/bootloader.mk index fd76446e9..ead52cbe3 100644 --- a/bootloader.mk +++ b/bootloader.mk | |||
@@ -137,3 +137,6 @@ ifeq ($(strip $(BOOTLOADER)), stm32duino) | |||
137 | DFU_ARGS = -d 1EAF:0003 -a 2 -R | 137 | DFU_ARGS = -d 1EAF:0003 -a 2 -R |
138 | DFU_SUFFIX_ARGS = -v 1EAF -p 0003 | 138 | DFU_SUFFIX_ARGS = -v 1EAF -p 0003 |
139 | endif | 139 | endif |
140 | ifeq ($(strip $(BOOTLOADER)), tinyuf2) | ||
141 | OPT_DEFS += -DBOOTLOADER_TINYUF2 | ||
142 | endif | ||