diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-11-26 14:51:40 +1100 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-25 19:51:40 -0800 |
| commit | 36cde567abf6330887ac7175d1b1442f907f4fc1 (patch) | |
| tree | 04f094aff507aa412589d96d3df5e12d8eb939d7 /quantum/mcu_selection.mk | |
| parent | 572d3329eb4baf9b46de3342f93a622d821a4774 (diff) | |
| download | qmk_firmware-36cde567abf6330887ac7175d1b1442f907f4fc1.tar.gz qmk_firmware-36cde567abf6330887ac7175d1b1442f907f4fc1.zip | |
[Core] Remove PROGRAM_CMD in mcu_selection.mk for 32A (#7482)
Diffstat (limited to 'quantum/mcu_selection.mk')
| -rw-r--r-- | quantum/mcu_selection.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/mcu_selection.mk b/quantum/mcu_selection.mk index 6815a0d8a..f2c341e69 100644 --- a/quantum/mcu_selection.mk +++ b/quantum/mcu_selection.mk | |||
| @@ -87,9 +87,6 @@ ifneq (,$(filter $(MCU),atmega32a)) | |||
| 87 | # unsupported features for now | 87 | # unsupported features for now |
| 88 | NO_UART ?= yes | 88 | NO_UART ?= yes |
| 89 | NO_SUSPEND_POWER_DOWN ?= yes | 89 | NO_SUSPEND_POWER_DOWN ?= yes |
| 90 | |||
| 91 | # Programming options | ||
| 92 | PROGRAM_CMD ?= ./util/atmega32a_program.py $(TARGET).hex | ||
| 93 | endif | 90 | endif |
| 94 | 91 | ||
| 95 | ifneq (,$(filter $(MCU),atmega328p)) | 92 | ifneq (,$(filter $(MCU),atmega328p)) |
