Actually use correct bootloader not found message (#6695)
This commit is contained in:
		
							parent
							
								
									44fd317a87
								
							
						
					
					
						commit
						02f77e7215
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue