summaryrefslogtreecommitdiff
path: root/switchctl.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-10 11:01:13 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-10 11:01:13 (GMT)
commit4b0543607291e787aca8f3eba764142a30cfdbc9 (patch)
treeda41c6ea7bbfaa2f7b5cc0d0385d1ca5bb073470 /switchctl.c
parent42859848ad81cf0a55d80b6b3a3c9bed550bd6a5 (diff)
added baud rate parameter to setup_tty
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