From a9c197f1f5d4829cb2eb92a1d7a384311af989d1 Mon Sep 17 00:00:00 2001 From: TT Date: Sat, 28 Sep 2019 13:07:08 +0900 Subject: [PATCH] env: ignore error on switching to dfu mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39a09f3..908caff 100644 --- a/Makefile +++ b/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)