Additional cleanups for V-USB code (#9310)

This commit is contained in:
Ryan
2020-06-10 06:30:37 +10:00
committed by Drashna Jael're
parent ba0c53b7f8
commit 9894e54f4f
6 changed files with 53 additions and 119 deletions
-3
View File
@@ -269,7 +269,6 @@ ifneq (,$(filter $(MCU),atmega32a))
F_CPU ?= 12000000
# unsupported features for now
NO_UART ?= yes
NO_SUSPEND_POWER_DOWN ?= yes
# Programming options
@@ -287,7 +286,6 @@ ifneq (,$(filter $(MCU),atmega328p))
F_CPU ?= 16000000
# unsupported features for now
NO_UART ?= yes
NO_SUSPEND_POWER_DOWN ?= yes
endif
@@ -320,6 +318,5 @@ ifneq (,$(filter $(MCU),attiny85))
F_CPU ?= 16500000
# unsupported features for now
NO_UART ?= yes
NO_SUSPEND_POWER_DOWN ?= yes
endif