summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Osterried <dl9sau@www.linux-ax25.org>2023-01-04 04:22:28 +0100
committerThomas Osterried <dl9sau@www.linux-ax25.org>2023-01-04 04:22:28 +0100
commit1ce8d1e7166c9e7fff65742bbaad8817f7f445f0 (patch)
treee5e774d1a828c15e5be2dff9cc1ef2faf8795dde
parent788ac03ebbf46f2a65a598ff8ea483ecb97de77d (diff)
Fixed typo in B3500000 declaration, introduced by
commit 25619cc79e58a68bf88381a75ecdf93a9b8f9c90 Impact: these new very high speed baudrate may not have been needed in the past. Signed-off-by: Nate Bargmann <n0nb@n0nb.us> Signed-off-by: Thomas Osterried <ax25@x-berg.in-berlin.de>
-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},