Skip to content

Commit 357ba29

Browse files
committed
Undo directory name change.
1 parent 0a1e3b4 commit 357ba29

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

linux/dfu-util renamed to linux/dfu-util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
1010
if [ `uname -m` == "x86_64" ]; then
1111
DFU_UTIL=${DIR}/dfu-util_x86_64/dfu-util
1212
else
13-
DFU_UTIL=${DIR}/dfu-util_i386/dfu-util
13+
DFU_UTIL=${DIR}/dfu-util/dfu-util
1414
fi
1515

1616
# Not found!
File renamed without changes.
File renamed without changes.
File renamed without changes.

linux/maple_upload

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
2626

2727
"${DIR}/upload-reset" ${dummy_port_fullpath} 750
2828

29-
"${DIR}/dfu-util" -d ${usbID} -a ${altID} -D ${binfile} ${dfuse_addr} -R
29+
"${DIR}/dfu-util.sh" -d ${usbID} -a ${altID} -D ${binfile} ${dfuse_addr} -R
3030

3131
echo -n Waiting for ${dummy_port_fullpath} serial...
3232

0 commit comments

Comments
 (0)