소스 검색

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

fauxpark 5 년 전
부모
커밋
36cde567ab
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      quantum/mcu_selection.mk

+ 0 - 3
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))