diff options
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/mcu_selection.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index bddafa6a4c..f41a9e8215 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk @@ -55,7 +55,7 @@ ifneq ($(findstring STM32F072, $(MCU)),) # Board: it should exist either in <chibios>/os/hal/boards/, # <keyboard_dir>/boards/, or drivers/boards/ - BOARD ?= ST_STM32F072B_DISCOVERY + BOARD ?= GENERIC_STM32_F072XB USE_FPU ?= no |