Change ?= to = in keyboard rules.mk (#9390)
This commit is contained in:
parent
8e0af2f5ba
commit
44d93285d1
23 changed files with 227 additions and 227 deletions
|
@ -20,7 +20,7 @@ MCU = cortex-m4
|
|||
ARMV = 7
|
||||
USE_FPU = yes
|
||||
# Address of the booloader in system memory
|
||||
STM32_BOOTLOADER_ADDRESS ?= 0x1FFF0000
|
||||
STM32_BOOTLOADER_ADDRESS = 0x1FFF0000
|
||||
|
||||
# Options to pass to dfu-util when flashing
|
||||
DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue