diff options
author | fauxpark <fauxpark@gmail.com> | 2019-08-18 07:29:41 +1000 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-08-28 14:49:01 +0900 |
commit | dbd4de0174623d23b67ffd35026aa7b28fa03f99 (patch) | |
tree | 05d75c8f3377fb77f545ddf5cad069f9cf596754 | |
parent | d52ad98f4ad4d0fe1c2c9edfc3acd7d145c315d2 (diff) |
Add ATmega32U2 to mcu_selection.mk (#6561)
-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 cca7720e9c..2d62dcbf1e 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk @@ -36,7 +36,7 @@ ifneq ($(findstring STM32F303, $(MCU)),) DFU_SUFFIX_ARGS = -p DF11 -v 0483 endif -ifneq (,$(filter $(MCU),atmega32u4 at90usb1286)) +ifneq (,$(filter $(MCU),atmega32u2 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 |