Skip to content

Commit

Permalink
Fix Typo in :flash target for missing bootloader (qmk#6615)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Aug 27, 2019
1 parent 9a87441 commit aca3848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/avr.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aca3848

Please sign in to comment.