mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Merge pull request #47 from jwilk/baud-rates
Added non-standard baud rates that are defined on FreeBSD
This commit is contained in:
commit
2c53bfde96
1 changed files with 4 additions and 0 deletions
|
|
@ -61,10 +61,14 @@ TIO_CHECK_BAUDRATES(
|
||||||
1800,
|
1800,
|
||||||
2400,
|
2400,
|
||||||
4800,
|
4800,
|
||||||
|
7200,
|
||||||
9600,
|
9600,
|
||||||
|
14400,
|
||||||
19200,
|
19200,
|
||||||
|
28800,
|
||||||
38400,
|
38400,
|
||||||
57600,
|
57600,
|
||||||
|
76800,
|
||||||
115200,
|
115200,
|
||||||
230400,
|
230400,
|
||||||
460800,
|
460800,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue