mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +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);
|
cfsetospeed(&tio, baudrate);
|
||||||
|
|
||||||
/* Set databits */
|
/* Set databits */
|
||||||
tio.c_cflag &= ~CSIZE; // ?
|
tio.c_cflag &= ~CSIZE;
|
||||||
switch (option.databits)
|
switch (option.databits)
|
||||||
{
|
{
|
||||||
case 5:
|
case 5:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue