Fix Typo in :flash target for missing bootloader ()

This commit is contained in:
Drashna Jaelre
2019-08-26 10:16:46 -07:00
committed by GitHub
parent f2d9f912b1
commit bc86eb2233

@ -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