Fixed cut&paste problem in SETRTS.
This commit is contained in:
parent
bc39eeec40
commit
c36e7b8937
|
@ -556,7 +556,7 @@ BOOL WINAPI EscapeCommFunction(
|
||||||
|
|
||||||
case SETRTS:
|
case SETRTS:
|
||||||
TRACE("SETRTS\n");
|
TRACE("SETRTS\n");
|
||||||
#ifdef TIOCM_DTR
|
#ifdef TIOCM_RTS
|
||||||
direct=TRUE;
|
direct=TRUE;
|
||||||
result= COMM_WhackModem(fd, 0, TIOCM_RTS);
|
result= COMM_WhackModem(fd, 0, TIOCM_RTS);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue