Update syslink_main.cpp

This commit is contained in:
barzanisar 2018-03-16 14:14:52 +01:00 committed by Beat Küng
parent a6e35ab7f7
commit 34dd68bee1

View File

@ -255,7 +255,6 @@ Syslink::open_serial(const char *dev)
// clear ONLCR flag (which appends a CR for every LF)
config.c_oflag &= 0;
config.c_lflag &= ~(ECHO | ECHONL | ICANON | IEXTEN | ISIG);
// Disable hardware flow control