summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cctools/lib/cc-usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cctools/lib/cc-usb.c b/cctools/lib/cc-usb.c
index dc764c24..7eedbb47 100644
--- a/cctools/lib/cc-usb.c
+++ b/cctools/lib/cc-usb.c
@@ -343,7 +343,7 @@ cc_usb_open(char *tty)
save_termios = termios;
cfmakeraw(&termios);
tcsetattr(cc->fd, TCSAFLUSH, &termios);
- cc_usb_printf(cc, "E 0\n");
+ cc_usb_printf(cc, "E 0\nm 0\n");
cc_usb_sync(cc);
sleep(1);
cc_usb_sync(cc);