Browse Source

Merge remote-tracking branch 'origin/master' into develop

pull/11426/head
QMK Bot 3 years ago
parent
commit
1f8acb7619
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      tmk_core/arm_atsam.mk

+ 4
- 0
tmk_core/arm_atsam.mk View File

@ -56,4 +56,8 @@ bin: $(BUILD_DIR)/$(TARGET).hex
$(COPY) $(BUILD_DIR)/$(TARGET).bin $(TARGET).bin;
flash: bin
ifneq ($(strip $(PROGRAM_CMD)),)
$(PROGRAM_CMD)
else
$(PRINT_OK); $(SILENT) || printf "$(MSG_FLASH_ARCH)"
endif

Loading…
Cancel
Save