aboutsummaryrefslogtreecommitdiff
path: root/quantum/mcu_selection.mk
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/mcu_selection.mk')
-rw-r--r--quantum/mcu_selection.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk
index 6815a0d8a..f2c341e69 100644
--- a/quantum/mcu_selection.mk
+++ b/quantum/mcu_selection.mk
@@ -87,9 +87,6 @@ ifneq (,$(filter $(MCU),atmega32a))
87 # unsupported features for now 87 # unsupported features for now
88 NO_UART ?= yes 88 NO_UART ?= yes
89 NO_SUSPEND_POWER_DOWN ?= yes 89 NO_SUSPEND_POWER_DOWN ?= yes
90
91 # Programming options
92 PROGRAM_CMD ?= ./util/atmega32a_program.py $(TARGET).hex
93endif 90endif
94 91
95ifneq (,$(filter $(MCU),atmega328p)) 92ifneq (,$(filter $(MCU),atmega328p))