Skip to content

Commit de993f4

Browse files
committed
Merge pull request adafruit#766 from dhylands/allow-dfu-override
Allow DFU_UTIL to be overridden from the environment.
2 parents 7cfae96 + a2e7a13 commit de993f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stmhal/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FATFS_DIR=fatfs
2424
CC3K_DIR=cc3k
2525
DFU=../tools/dfu.py
2626
# may need to prefix dfu-util with sudo
27-
DFU_UTIL=dfu-util
27+
DFU_UTIL ?= dfu-util
2828
DEVICE=0483:df11
2929

3030
CROSS_COMPILE = arm-none-eabi-

0 commit comments

Comments
 (0)