diff options
-rw-r--r-- | stmhal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index f6619859ce..64e38e122a 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -24,7 +24,7 @@ FATFS_DIR=fatfs CC3K_DIR=cc3k DFU=../tools/dfu.py # may need to prefix dfu-util with sudo -DFU_UTIL=dfu-util +DFU_UTIL ?= dfu-util DEVICE=0483:df11 CROSS_COMPILE = arm-none-eabi- |