未验证 提交 bc5acf3b 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #2537 from lymzzyh/finsh

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