summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ttyutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttyutils.c b/ttyutils.c
index 6ffd2fb..94e6c09 100644
--- a/ttyutils.c
+++ b/ttyutils.c
@@ -61,7 +61,7 @@ static struct speed_struct {
{3000000, B3000000},
#endif
#ifdef B3500000
- {1000000, B3500000},
+ {B3500000, B3500000},
#endif
#ifdef B4000000
{4000000, B4000000},