From 44370bc35b0d7b3bdb2aec64f2b08fb7a2f379b6 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Fri, 14 Dec 2018 23:43:50 -0500 Subject: [PATCH] add at90 to list --- quantum/mcu_selection.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 100a9d9b77..209b578ea5 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk @@ -36,7 +36,7 @@ ifneq ($(findstring STM32F303, $(MCU)),) DFU_ARGS ?= -d 0483:df11 -a 0 -s 0x08000000:leave endif -ifeq ($(strip $(MCU)), atmega32u4) +ifneq (,$(filter $(MCU),atmega32u4 at90usb1286)) # Processor frequency. # This will define a symbol, F_CPU, in all source code files equal to the # processor frequency in Hz. You can then use this symbol in your source code to