提交 1030004e 编写于 作者: lymzzyh's avatar lymzzyh

remove finsh get char error print

上级 459ddc3b
...@@ -297,7 +297,6 @@ static void finsh_wait_auth(void) ...@@ -297,7 +297,6 @@ static void finsh_wait_auth(void)
ch = finsh_getchar(); ch = finsh_getchar();
if (ch < 0) if (ch < 0)
{ {
rt_kprintf("finsh getchar error\n");
continue; continue;
} }
...@@ -510,7 +509,6 @@ void finsh_thread_entry(void *parameter) ...@@ -510,7 +509,6 @@ void finsh_thread_entry(void *parameter)
ch = finsh_getchar(); ch = finsh_getchar();
if (ch < 0) if (ch < 0)
{ {
rt_kprintf("finsh getchar error\n");
continue; continue;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册