Ignore failures when we reset the keyboard into bootloader mode.

We probably already did the reset and are just trying to upload a new
firmware.
pull/18/head
Jesse Vincent 8 years ago
parent 0f1bf7ab7f
commit a4bf3d099b

@ -62,7 +62,7 @@ size: compile
$(ARDUINO_TOOLS_PATH)/avr/bin/avr-size -C --mcu=$(MCU) $(ELF_FILE_PATH)
reset-device:
stty -f $(DEVICE_PORT) 1200 ;
-stty -f $(DEVICE_PORT) 1200 ;
flash: compile reset-device
sleep 3

Loading…
Cancel
Save