Fix Typo in :flash target for missing bootloader (#6615)

pull/6259/merge 0.6.462
Drashna Jaelre 5 years ago committed by GitHub
parent f2d9f912b1
commit bc86eb2233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save