Skip to content

Commit

Permalink
Merge pull request adafruit#766 from dhylands/allow-dfu-override
Browse files Browse the repository at this point in the history
Allow DFU_UTIL to be overridden from the environment.
  • Loading branch information
dpgeorge committed Jul 22, 2014
2 parents 7cfae96 + a2e7a13 commit de993f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stmhal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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-
Expand Down

0 comments on commit de993f4

Please sign in to comment.