diff options
| author | Dasky <32983009+daskygit@users.noreply.github.com> | 2022-01-15 01:04:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-15 01:04:58 +0000 |
| commit | 08a42dc72c2e1f6ad42fb33d6a3fd51931d02d01 (patch) | |
| tree | 0a1d70e64c2015ce24ee6f48c822459caf86d855 /keyboards/edi | |
| parent | 77eae62d62546c00183d05aadc3c9870658f9306 (diff) | |
Fix broken bootloader builds in develop. (#15880)
Diffstat (limited to 'keyboards/edi')
| -rw-r--r-- | keyboards/edi/hardlight/mk2/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/edi/hardlight/mk2/rules.mk b/keyboards/edi/hardlight/mk2/rules.mk index 5ffab4a55e..b3ff36943f 100644 --- a/keyboards/edi/hardlight/mk2/rules.mk +++ b/keyboards/edi/hardlight/mk2/rules.mk | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | MCU = STM32F072 | 2 | MCU = STM32F072 |
| 3 | 3 | ||
| 4 | # Bootloader selection | 4 | # Bootloader selection |
| 5 | Bootloader = stm32-dfu | 5 | BOOTLOADER = stm32-dfu |
| 6 | 6 | ||
| 7 | # Wildcard to allow APM32 MCU | 7 | # Wildcard to allow APM32 MCU |
| 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF | 8 | DFU_SUFFIX_ARGS = -v FFFF -p FFFF |
