mirror of
https://github.com/bstansell/conserver.git
synced 2025-04-15 06:36:42 +00:00
Merge pull request #60 from wom-bat/master
Conserver-server: Add high baud rates
This commit is contained in:
commit
361d55f656
@ -86,6 +86,45 @@ BAUD baud[] = {
|
||||
{"3500000", 32},
|
||||
{"4000000", 33},
|
||||
#else /* FOR_CYCLADES_TS */
|
||||
# if defined(B4000000)
|
||||
{"4000000", B4000000},
|
||||
# endif
|
||||
# if defined(B3500000)
|
||||
{"3500000", B3500000},
|
||||
# endif
|
||||
# if defined(B3000000)
|
||||
{"3000000", B3000000},
|
||||
# endif
|
||||
# if defined(B2500000)
|
||||
{"2500000", B2500000},
|
||||
# endif
|
||||
# if defined(B2000000)
|
||||
{"2000000", B2000000},
|
||||
# endif
|
||||
# if defined(B1500000)
|
||||
{"1500000", B1500000},
|
||||
# endif
|
||||
# if defined(B1152000)
|
||||
{"1152000", B1152000},
|
||||
# endif
|
||||
# if defined(B1000000)
|
||||
{"1000000", B1000000},
|
||||
# endif
|
||||
# if defined(B921600)
|
||||
{"921600", B921600},
|
||||
# endif
|
||||
# if defined(B576000)
|
||||
{"576000", B576000},
|
||||
# endif
|
||||
# if defined(B500000)
|
||||
{"500000", B500000},
|
||||
# endif
|
||||
# if defined(B460800)
|
||||
{"460800", B460800},
|
||||
# endif
|
||||
# if defined(B230400)
|
||||
{"230400", B230400},
|
||||
# endif
|
||||
# if defined(B115200)
|
||||
{"115200", B115200},
|
||||
# endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user