Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 020571c

Browse files
author
Brian Baltz
committed
ATLEDGE-352 fix dfu-util -d flag in Windows upload script
Signed-off-by: Brian Baltz <brian.a.baltz@intel.com>
1 parent 50c3399 commit 020571c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clupload/cluploadArduino101_win.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "Args to shell:" $*
1010
#path may contain \ need to change all to /
1111
dfu=${1}\\dfu-util.exe
1212
dfu=${dfu//\\/\/}
13-
dfu_cmd="$dfu -d8087:0ABA"
13+
dfu_cmd="$dfu -d,8087:0ABA"
1414
sleep=${1}\\sleep.exe
1515
sleep=${sleep//\\/\/}
1616
path_to_exe=$1

0 commit comments

Comments
 (0)