synaser.pas - changed conditional compile directives from DARWIN to BSD

git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@159 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
geby 2012-06-14 10:32:05 +00:00
parent 5d7ab89719
commit faf75a79d3

View File

@ -197,7 +197,7 @@ type
const
{$IFDEF UNIX}
{$IFDEF DARWIN}
{$IFDEF BSD}
MaxRates = 18; //MAC
{$ELSE}
MaxRates = 30; //UNIX
@ -226,7 +226,7 @@ const
(57600, B57600),
(115200, B115200),
(230400, B230400)
{$IFNDEF DARWIN}
{$IFNDEF BSD}
,(460800, B460800)
{$IFDEF UNIX}
,(500000, B500000),