From 41869e85c58fa5917c01f143dc611e0d9fc45ab3 Mon Sep 17 00:00:00 2001 From: Sebastian Meiling Date: Thu, 6 Jun 2019 16:22:36 +0200 Subject: [PATCH] make: allow override of RESET for boards/nz32-sc151 --- boards/nz32-sc151/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/nz32-sc151/Makefile.include b/boards/nz32-sc151/Makefile.include index 2e780acaee..3a5afa200d 100644 --- a/boards/nz32-sc151/Makefile.include +++ b/boards/nz32-sc151/Makefile.include @@ -11,7 +11,7 @@ export ID ?= 0483:df11 FLASHER = dfu-util DEBUGGER = # dfu-util has no debugger -RESET = # dfu-util has no support for resetting the device +RESET ?= # dfu-util has no support for resetting the device HEXFILE = $(BINFILE) FFLAGS = -d $(ID) -a 0 -s 0x08000000:leave -D "$(HEXFILE)"