diff options
Diffstat (limited to 'stmhal')
| -rw-r--r-- | stmhal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index b2dba37b8..7e001bc30 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -25,8 +25,8 @@ USBDEV_DIR=usbdev FATFS_DIR=lib/fatfs DFU=../tools/dfu.py # may need to prefix dfu-util with sudo -USE_PYDFU ?= 0 -PYDFU = ../tools/pydfu.py +USE_PYDFU ?= 1 +PYDFU ?= ../tools/pydfu.py DFU_UTIL ?= dfu-util DEVICE=0483:df11 |
