From 36cde567abf6330887ac7175d1b1442f907f4fc1 Mon Sep 17 00:00:00 2001 From: fauxpark Date: Tue, 26 Nov 2019 14:51:40 +1100 Subject: [PATCH] [Core] Remove PROGRAM_CMD in mcu_selection.mk for 32A (#7482) --- quantum/mcu_selection.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 6815a0d8a5..f2c341e69b 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk @@ -87,9 +87,6 @@ ifneq (,$(filter $(MCU),atmega32a)) # unsupported features for now NO_UART ?= yes NO_SUSPEND_POWER_DOWN ?= yes - - # Programming options - PROGRAM_CMD ?= ./util/atmega32a_program.py $(TARGET).hex endif ifneq (,$(filter $(MCU),atmega328p))