aboutsummaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-03 20:30:50 +0000
committerQMK Bot <hello@qmk.fm>2021-01-03 20:30:50 +0000
commit1f8acb7619637035fc626e4ef15e96330486158a (patch)
tree4b1fb650ed0e6663a4fac5e3967de588953434ea /tmk_core
parent271c0cf136c5dd5b9456d8b79272e67bc1a13cea (diff)
parent070240f2123f91c51a3cb146d601cf5b61beebfe (diff)
downloadqmk_firmware-1f8acb7619637035fc626e4ef15e96330486158a.tar.gz
qmk_firmware-1f8acb7619637035fc626e4ef15e96330486158a.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/arm_atsam.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/arm_atsam.mk b/tmk_core/arm_atsam.mk
index 403ebf3a8..e4bf60e1a 100644
--- a/tmk_core/arm_atsam.mk
+++ b/tmk_core/arm_atsam.mk
@@ -56,4 +56,8 @@ bin: $(BUILD_DIR)/$(TARGET).hex
56 $(COPY) $(BUILD_DIR)/$(TARGET).bin $(TARGET).bin; 56 $(COPY) $(BUILD_DIR)/$(TARGET).bin $(TARGET).bin;
57 57
58flash: bin 58flash: bin
59ifneq ($(strip $(PROGRAM_CMD)),)
60 $(PROGRAM_CMD)
61else
59 $(PRINT_OK); $(SILENT) || printf "$(MSG_FLASH_ARCH)" 62 $(PRINT_OK); $(SILENT) || printf "$(MSG_FLASH_ARCH)"
63endif