diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/termios/cfsetspeed.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/termios/cfsetspeed.c b/libc/termios/cfsetspeed.c index b9e95805b..5d5eb8cda 100644 --- a/libc/termios/cfsetspeed.c +++ b/libc/termios/cfsetspeed.c @@ -111,6 +111,9 @@ static const struct speed_struct speeds[] = #ifdef B576000 { 576000, B576000 }, #endif +#ifdef B614400 + { 614400, B614400 }, +#endif #ifdef B921600 { 921600, B921600 }, #endif |