diff options
author | Nick Brassel <nick@tzarc.org> | 2023-03-20 07:33:21 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-19 20:33:21 +0000 |
commit | 9d302f9b7fa7fc88766de322a52d1a1be38e723c (patch) | |
tree | d9350b3965d11c362ddff98b1ab041848f9bff4d | |
parent | 50cb8a3bf5ec3b6229af882e6a1367d4aedd3f53 (diff) |
Fixup CI build for F103C6 onekey. (#20188)
-rw-r--r-- | keyboards/handwired/onekey/bluepill_f103c6/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/onekey/bluepill_f103c6/rules.mk b/keyboards/handwired/onekey/bluepill_f103c6/rules.mk index 208165ab31..8fd4321938 100644 --- a/keyboards/handwired/onekey/bluepill_f103c6/rules.mk +++ b/keyboards/handwired/onekey/bluepill_f103c6/rules.mk @@ -2,7 +2,7 @@ # Cannot use `BOOTLOADER = stm32duino` due to the need to override # `MCU_LDSCRIPT`, therefore all parameters need to be specified here manually. OPT_DEFS += -DBOOTLOADER_STM32DUINO -MCU_LDSCRIPT = STM32F103x6_stm32duino_bootloader +MCU_LDSCRIPT = STM32F103x6_stm32duino BOOTLOADER_TYPE = stm32duino DFU_ARGS = -d 1EAF:0003 -a 2 -R DFU_SUFFIX_ARGS = -v 1EAF -p 0003 |