summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rwxr-xr-xtool/connect2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/connect b/tool/connect
index f900e0c..76ae0e7 100755
--- a/tool/connect
+++ b/tool/connect
@@ -5,7 +5,7 @@ set -eu
5OLD_SETTINGS="$(stty -g -F /dev/ttyUSB0)" 5OLD_SETTINGS="$(stty -g -F /dev/ttyUSB0)"
6 6
7stty -F /dev/ttyUSB0 \ 7stty -F /dev/ttyUSB0 \
8 115200 \ 8 1000000 \
9 -drain \ 9 -drain \
10 -clocal \ 10 -clocal \
11 cread \ 11 cread \