Skip to content

Commit 078c722

Browse files
committed
Chibios: fix STM32_BOOTLOADER_ADDRESS name.
1 parent 7c370e9 commit 078c722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/chibios/common.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ endif
8080
OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null)
8181

8282
# Bootloader address
83-
ifdef BOOTLOADER_ADDRESS
84-
OPT_DEFS += -DBOOTLOADER_ADDRESS=$(BOOTLOADER_ADDRESS)
83+
ifdef STM32_BOOTLOADER_ADDRESS
84+
OPT_DEFS += -DSTM32_BOOTLOADER_ADDRESS=$(STM32_BOOTLOADER_ADDRESS)
8585
endif

0 commit comments

Comments
 (0)