From: Drashna Jaelre Date: Mon, 26 Aug 2019 17:16:46 +0000 (-0700) Subject: Fix Typo in :flash target for missing bootloader (#6615) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bc86eb223378e4f83f20105f1a0ec61a2d012b78;p=qmk_firmware.git Fix Typo in :flash target for missing bootloader (#6615) --- diff --git a/tmk_core/avr.mk b/tmk_core/avr.mk index bdda14a07..775f2a996 100644 --- a/tmk_core/avr.mk +++ b/tmk_core/avr.mk @@ -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