We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef44211 commit 21926a6Copy full SHA for 21926a6
tests/host/common/ArduinoMain.cpp
@@ -63,7 +63,7 @@ static int mock_start_uart(void)
63
settings.c_cc[VMIN] = 0;
64
settings.c_cc[VTIME] = 0;
65
if (tcsetattr(STDIN, TCSANOW, &settings) < 0) return -2;
66
- tty_restore = true;
+ restore_tty = true;
67
return 0;
68
}
69
0 commit comments