diff --git a/src/tty.c b/src/tty.c index 8f9beb0..f70121a 100644 --- a/src/tty.c +++ b/src/tty.c @@ -233,7 +233,7 @@ void tty_configure(void) cfsetospeed(&tio, baudrate); /* Set databits */ - tio.c_cflag &= ~CSIZE; // ? + tio.c_cflag &= ~CSIZE; switch (option.databits) { case 5: