mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Minor cleanup
This commit is contained in:
parent
ab92c3fee9
commit
86eec26b5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue