mirror of
https://github.com/espressif/openthread.git
synced 2026-09-23 17:37:42 +00:00
restore stdout when restoring posix uart (#1901)
This commit is contained in:
@@ -73,6 +73,7 @@ void platformUartRestore(void)
|
||||
{
|
||||
restore_stdin_termios();
|
||||
restore_stdout_termios();
|
||||
dup2(s_out_fd, STDOUT_FILENO);
|
||||
}
|
||||
|
||||
otError otPlatUartEnable(void)
|
||||
|
||||
Reference in New Issue
Block a user