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

Commit e03cf29

Browse files
author
Brian Baltz
committed
Fix timeout message for IDE
Signed-off-by: Brian Baltz <brian.a.baltz@intel.com>
1 parent 76bc322 commit e03cf29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clupload/cluploadArduino101_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dbg_print() {
88

99
error_out() {
1010
echo "$@"
11-
exit 1
11+
exit -1
1212
}
1313

1414
main() {
@@ -53,7 +53,7 @@ main() {
5353
eval $dfu_download || error_out "ERROR: DFU transfer failed"
5454
echo "SUCCESS: Sketch will execute in about 5 seconds."
5555
else
56-
error_out "ERROR: Timed out waiting for Arduino 101."
56+
error_out "ERROR: Device is not responding."
5757
fi
5858
}
5959

0 commit comments

Comments
 (0)