mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-23 11:52:59 +00:00
[Core] Remove PROGRAM_CMD in mcu_selection.mk for 32A (#7482)
This commit is contained in:
parent
572d3329eb
commit
36cde567ab
@ -87,9 +87,6 @@ ifneq (,$(filter $(MCU),atmega32a))
|
|||||||
# unsupported features for now
|
# unsupported features for now
|
||||||
NO_UART ?= yes
|
NO_UART ?= yes
|
||||||
NO_SUSPEND_POWER_DOWN ?= yes
|
NO_SUSPEND_POWER_DOWN ?= yes
|
||||||
|
|
||||||
# Programming options
|
|
||||||
PROGRAM_CMD ?= ./util/atmega32a_program.py $(TARGET).hex
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter $(MCU),atmega328p))
|
ifneq (,$(filter $(MCU),atmega328p))
|
||||||
|
Loading…
Reference in New Issue
Block a user