Skip to content

Commit

Permalink
Oops, CLOCAL means NO h/w handshaking...
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohnson committed Feb 25, 2004
1 parent 52e994a commit 18b562c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tyGSOctal/tyGSOctal.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ void tyGSOctalConfig (
}

if (stop == 2) opts |= STOPB;
if (tolower(flow) == 'h') opts |= CLOCAL;
if (tolower(flow) != 'h') opts |= CLOCAL;
if (tolower(parity) == 'e') opts |= PARENB;
else if (tolower(parity) == 'o') opts |= PARENB | PARODD;

Expand Down

0 comments on commit 18b562c

Please sign in to comment.