提交 5b127045 编写于 作者: B bernard

Fix the echo issue in the shell.

上级 924264b2
......@@ -526,6 +526,7 @@ void finsh_thread_entry(void* parameter)
else
{
shell->line[shell->line_position] = ch;
if (shell->echo_mode)
rt_kprintf("%c", ch);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册