Fix Typo in :flash target for missing bootloader (#6615)
1 files changed, 1 insertions(+), 1 deletions(-) M tmk_core/avr.mk
M tmk_core/avr.mk => tmk_core/avr.mk +1 -1
@@ 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