Skip to content

Commit

Permalink
makefiles/dfu.inc.mk: use FLASHFILE
Browse files Browse the repository at this point in the history
Update to use FLASHFILE as file to be flashed on the board.
  • Loading branch information
cladmi committed Jun 17, 2019
1 parent a379d95 commit a12f1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefiles/tools/dfu.inc.mk
@@ -1,8 +1,8 @@
DFU ?= dfu-util
FLASHER ?= $(DFU)
HEXFILE = $(BINFILE)
FLASHFILE ?= $(BINFILE)

FFLAGS ?= -D $(HEXFILE) --reset $(DFU_ARGS)
FFLAGS ?= -D $(FLASHFILE) --reset $(DFU_ARGS)

RESET ?= $(DFU)
RESET_FLAGS ?= $(DFU_ARGS) -t $(DFU_DEVICE_TYPE)

0 comments on commit a12f1a4

Please sign in to comment.