1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00
This commit is contained in:
Nick Patavalis
2018-01-01 23:46:48 +02:00
parent 4f03c1a1a5
commit ddffca71d4

View File

@ -251,7 +251,8 @@ int sig_exit = 0;
int tty_fd = -1;
int log_fd = -1;
/* RTS and DTR are usually raised upon open serial port (as tested on Linux, FreeBsd and macOS) */
/* RTS and DTR are usually raised upon opening the serial port (at
least as tested on Linux, FreeBsd and macOS) */
int rts_up = 1;
int dtr_up = 1;