Handle B460800 and B921600 being defined in <termios.h>
This commit is contained in:
parent
617cc038bc
commit
dc65642605
@ -230,6 +230,12 @@ static const struct speeds {
|
||||
#ifdef B230400
|
||||
{ 230400, B230400, },
|
||||
#endif
|
||||
#ifdef B460800
|
||||
{ 460800, B460800, },
|
||||
#endif
|
||||
#ifdef B921600
|
||||
{ 921600, B921600, },
|
||||
#endif
|
||||
#ifdef EXTA
|
||||
{ 19200, EXTA, },
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user