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

Commit 6c384c6

Browse files
author
Brian Baltz
committed
ATLEDGE-352 fix dfu-util -d flag in OSX upload script
Signed-off-by: Brian Baltz <[email protected]>
1 parent d4e5271 commit 6c384c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clupload/cluploadArduino101_osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo "BIN FILE" $bin_file_name
1818

1919
#DFU=DYNLD_LIBRARY_PATH=$fixed_path $fixed_path/dfu-util
2020
DYLD_LIBRARY_PATH=$fixed_path
21-
DFU="$fixed_path/dfu-util -d8087:0ABA"
21+
DFU="$fixed_path/dfu-util -d,8087:0ABA"
2222

2323
echo "wating for device... "
2424
COUNTER=0

0 commit comments

Comments
 (0)