Fix the echo issue in the shell.
This commit is contained in:
parent
924264b277
commit
5b1270455d
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue