Guess that's nice
This commit is contained in:
parent
bdf0b3b4e0
commit
aab50cbbbd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ int tabby_link_open(const char *dev) {
|
||||||
goto error_open;
|
goto error_open;
|
||||||
}
|
}
|
||||||
|
|
||||||
attr.c_cflag = CS8 | CREAD;
|
attr.c_cflag = CS8 | CREAD | HUPCL;
|
||||||
attr.c_ispeed = TABBY_LINK_BAUD;
|
attr.c_ispeed = TABBY_LINK_BAUD;
|
||||||
attr.c_ospeed = TABBY_LINK_BAUD;
|
attr.c_ospeed = TABBY_LINK_BAUD;
|
||||||
attr.c_iflag = IGNPAR;
|
attr.c_iflag = IGNPAR;
|
||||||
|
|
Loading…
Add table
Reference in a new issue