We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a27c0 commit f0c3abeCopy full SHA for f0c3abe
maple_upload.sh
@@ -52,11 +52,7 @@ fi
52
53
COUNTER=5
54
while
55
- if [ $# -eq 5 ]; then
56
- "${DIR}/dfu-util.sh" -d "${usbID}" -a "${altID}" -D "${binfile}" "--dfuse-address $5" -R
57
- else
58
- "${DIR}/dfu-util.sh" -d "${usbID}" -a "${altID}" -D "${binfile}" -R
59
- fi
+ "${DIR}/dfu-util.sh" -d "${usbID}" -a "${altID}" -D "${binfile}" -R
60
ret=$?
61
do
62
if [ $ret -eq 0 ]; then
0 commit comments