Add 16U2, 16U4 and USB646 to mcu_selection.mk (#6566)

This commit is contained in:
fauxpark
2019-09-06 07:50:43 +10:00
committed by Florian Didron
parent 97649a2ac4
commit 6ee3b53807

View File

@@ -36,7 +36,7 @@ ifneq ($(findstring STM32F303, $(MCU)),)
DFU_SUFFIX_ARGS = -p DF11 -v 0483 DFU_SUFFIX_ARGS = -p DF11 -v 0483
endif endif
ifneq (,$(filter $(MCU),atmega32u2 atmega32u4 at90usb1286)) ifneq (,$(filter $(MCU),atmega16u2 atmega32u2 atmega16u4 atmega32u4 at90usb646 at90usb1286))
# Processor frequency. # Processor frequency.
# This will define a symbol, F_CPU, in all source code files equal to the # 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 # processor frequency in Hz. You can then use this symbol in your source code to