summaryrefslogtreecommitdiff
path: root/switchctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'switchctl.c')
-rw-r--r--switchctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/switchctl.c b/switchctl.c
index 3a259fc..9650674 100644
--- a/switchctl.c
+++ b/switchctl.c
@@ -532,7 +532,7 @@ int main(int argc, char* argv[])
if(switch_fd < 0)
ret = 2;
else {
- ret = setup_tty(switch_fd);
+ ret = setup_tty(switch_fd, B9600);
if(ret)
ret = 2;
else