Browse Source

Fix Typo in :flash target for missing bootloader (#6615)

pull/6617/head 0.6.462
Drashna Jaelre 4 years ago
committed by GitHub
parent
commit
bc86eb2233
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tmk_core/avr.mk

+ 1
- 1
tmk_core/avr.mk View File

@ -347,5 +347,5 @@ else ifeq ($(strip $(BOOTLOADER)), USBasp)
else ifeq ($(strip $(BOOTLOADER)), bootloadHID)
$(call EXEC_BOOTLOADHID)
else
$(PRINT_OK); $(SILENT) || printf "&(MSG_FLASH_BOOTLOADER)"
$(PRINT_OK); $(SILENT) || printf "$(MSG_FLASH_BOOTLOADER)"
endif

Loading…
Cancel
Save