From 88e00a8b2f0b4c3c310ef91873b590d99c18f5f5 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Mon, 27 Feb 2023 09:51:59 -0500 Subject: [PATCH] bugfix --- stm32/MK4-Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm32/MK4-Makefile b/stm32/MK4-Makefile index 65970136..88cd5b99 100644 --- a/stm32/MK4-Makefile +++ b/stm32/MK4-Makefile @@ -25,7 +25,7 @@ dfu-up: dev.dfu echo 'dfu' | nc localhost 4444 $(PYTHON_DO_DFU) -u dev.dfu -dfu-up2: +dfu-up2: dev.dfu $(PYTHON_DO_DFU) -u dev.dfu # Super fast, assumes Coldcard already attached and unlock on this Mac.