[Core] Remove PROGRAM_CMD in mcu_selection.mk for 32A (#7482)

master
fauxpark 2019-11-26 14:51:40 +11:00 committed by James Young
parent 572d3329eb
commit 36cde567ab
1 changed files with 0 additions and 3 deletions

View 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))