提交 fd4b97e3 编写于 作者: O openharmony_ci 提交者: Gitee

!650 通过g_uart_fputc_en关闭打印后,shell进程不能正常启动

Merge pull request !650 from zhangfanfan2/master
......@@ -1420,8 +1420,6 @@ BOOL ConsoleEnable(VOID)
if (g_uart_fputc_en == 0) {
if ((g_console[CONSOLE_TELNET - 1] != NULL) && OsPreemptable()) {
return TRUE;
} else {
return FALSE;
}
}
......@@ -1538,8 +1536,6 @@ INT32 ConsoleUpdateFd(VOID)
if (g_uart_fputc_en == 0) {
if (g_console[CONSOLE_TELNET - 1] != NULL) {
consoleID = CONSOLE_TELNET;
} else {
return -1;
}
} else if (consoleID == 0) {
if (g_console[CONSOLE_SERIAL - 1] != NULL) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册