mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fixed baudrate type
This commit is contained in:
parent
3be7137c29
commit
329e70a501
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ void stdout_restore(void)
|
||||||
|
|
||||||
void tty_configure(void)
|
void tty_configure(void)
|
||||||
{
|
{
|
||||||
unsigned int baudrate;
|
speed_t baudrate;
|
||||||
|
|
||||||
memset(&tio, 0, sizeof(tio));
|
memset(&tio, 0, sizeof(tio));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue