diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-08-18 07:29:41 +1000 |
|---|---|---|
| committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-08-17 14:29:41 -0700 |
| commit | 92f9b6c3bdff939bc562d640e02c3aebaa204e17 (patch) | |
| tree | edd2181b44bf607b6af8842dadec3847fd1fcfe4 /quantum/mcu_selection.mk | |
| parent | ddaf37ffa98683be925ae7c396c55f336dce4ad2 (diff) | |
| download | qmk_firmware-92f9b6c3bdff939bc562d640e02c3aebaa204e17.tar.gz qmk_firmware-92f9b6c3bdff939bc562d640e02c3aebaa204e17.zip | |
Add ATmega32U2 to mcu_selection.mk (#6561)
Diffstat (limited to 'quantum/mcu_selection.mk')
| -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 cca7720e9..2d62dcbf1 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk | |||
| @@ -36,7 +36,7 @@ ifneq ($(findstring STM32F303, $(MCU)),) | |||
| 36 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | 36 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 |
| 37 | endif | 37 | endif |
| 38 | 38 | ||
| 39 | ifneq (,$(filter $(MCU),atmega32u4 at90usb1286)) | 39 | ifneq (,$(filter $(MCU),atmega32u2 atmega32u4 at90usb1286)) |
| 40 | # Processor frequency. | 40 | # Processor frequency. |
| 41 | # This will define a symbol, F_CPU, in all source code files equal to the | 41 | # This will define a symbol, F_CPU, in all source code files equal to the |
| 42 | # processor frequency in Hz. You can then use this symbol in your source code to | 42 | # processor frequency in Hz. You can then use this symbol in your source code to |
