mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 18:59:51 +00:00
posix uart termios typo (#463)
This commit is contained in:
committed by
Jonathan Hui
parent
70bd6af3b8
commit
e1771f6cc4
@@ -81,7 +81,7 @@ ThreadError otPlatUartEnable(void)
|
|||||||
|
|
||||||
if (isatty(s_out_fd))
|
if (isatty(s_out_fd))
|
||||||
{
|
{
|
||||||
tcgetattr(s_out_fd, &original_stdin_termios);
|
tcgetattr(s_out_fd, &original_stdout_termios);
|
||||||
atexit(&restore_stdout_termios);
|
atexit(&restore_stdout_termios);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user