Browse Source

hydrabus: Disable DFU file generation untit somebody fixes dfu-convert.py

This allows "make all_platforms" to succeed on python3 only systems.
pull/675/head
Uwe Bonnes 4 years ago
parent
commit
4ede113ca7
  1. 2
      src/platforms/hydrabus/Makefile.inc

2
src/platforms/hydrabus/Makefile.inc

@ -23,7 +23,7 @@ SRC += cdcacm.c \
timing.c \
timing_stm32.c \
all: blackmagic.bin blackmagic.hex blackmagic.dfu
all: blackmagic.bin blackmagic.hex
blackmagic.dfu: blackmagic.hex
@echo Creating $@

Loading…
Cancel
Save