]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Core] Remove PROGRAM_CMD in mcu_selection.mk for 32A (#7482)
authorfauxpark <fauxpark@gmail.com>
Tue, 26 Nov 2019 03:51:40 +0000 (14:51 +1100)
committerJames Young <18669334+noroadsleft@users.noreply.github.com>
Tue, 26 Nov 2019 03:51:40 +0000 (19:51 -0800)
quantum/mcu_selection.mk

index 6815a0d8a5901c975865260cc4e8355fefae1152..f2c341e69b3c666f96aa18c40cb5c3809ab96d03 100644 (file)
@@ -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))