mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:09:16 +02:00
* added missing baudrates that were in 7.x already. Patch by Graeme, Mantis #23992
git-svn-id: trunk@23733 -
This commit is contained in:
parent
2caa05ccd1
commit
744d45714d
@ -190,6 +190,8 @@ CONST
|
||||
B76800 = 76800;
|
||||
B115200 =115200;
|
||||
B230400 =230400;
|
||||
B460800 =460800;
|
||||
B921600 =921600;
|
||||
EXTA = 19200;
|
||||
EXTB = 38400;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user