mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
env: ignore error on switching to dfu mode
This commit is contained in:
parent
c72abc7bb9
commit
a9c197f1f5
2
Makefile
2
Makefile
|
|
@ -229,7 +229,7 @@ flash: build/ch.bin
|
|||
dfu-util -d 0483:df11 -a 0 -s 0x08000000:leave -D build/ch.bin
|
||||
|
||||
dfu:
|
||||
printf "reset dfu\r" >/dev/cu.usbmodem401
|
||||
-@printf "reset dfu\r" >/dev/cu.usbmodem401
|
||||
|
||||
TAGS: Makefile
|
||||
@etags *.[ch] NANOVNA_STM32_F072/*.[ch] $(shell find ChibiOS/os/hal/ports/STM32/STM32F0xx ChibiOS/os -name \*.\[ch\] -print)
|
||||
|
|
|
|||
Loading…
Reference in a new issue