aboutsummaryrefslogtreecommitdiff
path: root/libbb/speed_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/speed_table.c')
-rw-r--r--libbb/speed_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/speed_table.c b/libbb/speed_table.c
index 6f95c54e6..45159f1f3 100644
--- a/libbb/speed_table.c
+++ b/libbb/speed_table.c
@@ -29,12 +29,12 @@ static const struct speed_map speeds[] = {
29 {B2400, 2400}, 29 {B2400, 2400},
30 {B4800, 4800}, 30 {B4800, 4800},
31 {B9600, 9600}, 31 {B9600, 9600},
32#ifdef B19200 32#ifdef B19200
33 {B19200, 19200}, 33 {B19200, 19200},
34#elif defined(EXTA) 34#elif defined(EXTA)
35 {EXTA, 19200}, 35 {EXTA, 19200},
36#endif 36#endif
37#ifdef B38400 37#ifdef B38400
38 {B38400, 38400/256 + 0x8000U}, 38 {B38400, 38400/256 + 0x8000U},
39#elif defined(EXTB) 39#elif defined(EXTB)
40 {EXTB, 38400/256 + 0x8000U}, 40 {EXTB, 38400/256 + 0x8000U},