diff options
author | Ryan <fauxpark@gmail.com> | 2020-06-10 06:30:37 +1000 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
commit | 69e0ad1b2ce43fbf1daa85d22007570430ddf0c7 (patch) | |
tree | f317a2b2299ae6cc0c4207b9f89adec2c5b6cd29 /quantum | |
parent | a3933bdbe74aa10120da9962b46ee1576450fc07 (diff) |
Additional cleanups for V-USB code (#9310)
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/mcu_selection.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index a1d2c5fbf6..61fd7b6e4c 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk @@ -266,7 +266,6 @@ ifneq (,$(filter $(MCU),atmega32a)) F_CPU ?= 12000000 # unsupported features for now - NO_UART ?= yes NO_SUSPEND_POWER_DOWN ?= yes endif @@ -284,7 +283,6 @@ ifneq (,$(filter $(MCU),atmega328p)) F_CPU ?= 16000000 # unsupported features for now - NO_UART ?= yes NO_SUSPEND_POWER_DOWN ?= yes endif @@ -317,6 +315,5 @@ ifneq (,$(filter $(MCU),attiny85)) F_CPU ?= 16500000 # unsupported features for now - NO_UART ?= yes NO_SUSPEND_POWER_DOWN ?= yes endif |