Fix Typo in :flash target for missing bootloader (#6615)
This commit is contained in:
parent
f2d9f912b1
commit
bc86eb2233
1 changed files with 1 additions and 1 deletions
|
@ -347,5 +347,5 @@ else ifeq ($(strip $(BOOTLOADER)), USBasp)
|
||||||
else ifeq ($(strip $(BOOTLOADER)), bootloadHID)
|
else ifeq ($(strip $(BOOTLOADER)), bootloadHID)
|
||||||
$(call EXEC_BOOTLOADHID)
|
$(call EXEC_BOOTLOADHID)
|
||||||
else
|
else
|
||||||
$(PRINT_OK); $(SILENT) || printf "&(MSG_FLASH_BOOTLOADER)"
|
$(PRINT_OK); $(SILENT) || printf "$(MSG_FLASH_BOOTLOADER)"
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue