Skip to content

Commit

Permalink
[Core] Remove PROGRAM_CMD in mcu_selection.mk for 32A (qmk#7482)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and noroadsleft committed Nov 26, 2019
1 parent 572d332 commit 36cde56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions quantum/mcu_selection.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 36cde56

Please sign in to comment.