Minor cleanup

This commit is contained in:
Martin Lund 2016-05-27 09:30:23 +02:00
parent ab92c3fee9
commit 86eec26b5b

View file

@ -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: