]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix Typo in :flash target for missing bootloader (#6615)
authorDrashna Jaelre <drashna@live.com>
Mon, 26 Aug 2019 17:16:46 +0000 (10:16 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2019 17:16:46 +0000 (10:16 -0700)
tmk_core/avr.mk

index bdda14a070365a8af85e277741ae829a1247d80c..775f2a996dc4cff0d3c611fe1857546f75468bbf 100644 (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