~ruther/qmk_firmware

d57d9aec4f1e00601e6664ef6c4cb0e3e7826fe2 — Drashna Jaelre 4 years ago e756a21
Fix bootloadHID comments breaking :flash (#14133)

1 files changed, 2 insertions(+), 2 deletions(-)

M platforms/avr/flash.mk
M platforms/avr/flash.mk => platforms/avr/flash.mk +2 -2
@@ 138,9 138,9 @@ usbasp: $(BUILD_DIR)/$(TARGET).hex check-size cpfirmware

BOOTLOADHID_PROGRAMMER ?= bootloadHID

# bootloadHid executable has no cross platform detect methods
# so keep running bootloadHid if the output contains "The specified device was not found"
define EXEC_BOOTLOADHID
	# bootloadHid executable has no cross platform detect methods
	# so keep running bootloadHid if the output contains "The specified device was not found"
	until $(BOOTLOADHID_PROGRAMMER) -r $(BUILD_DIR)/$(TARGET).hex 2>&1 | tee /dev/stderr | grep -v "device was not found"; do\
		printf "$(MSG_BOOTLOADER_NOT_FOUND)" ;\
		sleep 5 ;\