diff options
author | Thomas Osterried <dl9sau@www.linux-ax25.org> | 2023-01-04 04:28:08 +0100 |
---|---|---|
committer | Thomas Osterried <dl9sau@www.linux-ax25.org> | 2023-01-04 04:28:08 +0100 |
commit | 5136001b377a302b96dac8d420853810c8f58c04 (patch) | |
tree | 0f3923eecc66aac7165f44ecb6aa5f6913b410d3 | |
parent | 1ce8d1e7166c9e7fff65742bbaad8817f7f445f0 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ static struct speed_struct { {3000000, B3000000}, #endif #ifdef B3500000 - {B3500000, B3500000}, + {3500000, B3500000}, #endif #ifdef B4000000 {4000000, B4000000}, |