We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c370e9 commit 078c722Copy full SHA for 078c722
tool/chibios/common.mk
@@ -80,6 +80,6 @@ endif
80
OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null)
81
82
# Bootloader address
83
-ifdef BOOTLOADER_ADDRESS
84
- OPT_DEFS += -DBOOTLOADER_ADDRESS=$(BOOTLOADER_ADDRESS)
+ifdef STM32_BOOTLOADER_ADDRESS
+ OPT_DEFS += -DSTM32_BOOTLOADER_ADDRESS=$(STM32_BOOTLOADER_ADDRESS)
85
endif
0 commit comments