1
0
Fork 0

Actually use correct bootloader not found message (#6695)

This commit is contained in:
Drashna Jael're 2019-09-07 16:55:18 -07:00 committed by fauxpark
parent 44fd317a87
commit 02f77e7215
2 changed files with 3 additions and 3 deletions

View file

@ -236,7 +236,7 @@ qmk: $(BUILD_DIR)/$(TARGET).bin
define EXEC_DFU_UTIL
until $(DFU_UTIL) -l | grep -q "Found DFU"; do\
printf "$(MSG_FLASH_BOOTLOADER)" ;\
printf "$(MSG_BOOTLOADER_NOT_FOUND)" ;\
sleep 5 ;\
done
$(DFU_UTIL) $(DFU_ARGS) -D $(BUILD_DIR)/$(TARGET).bin