mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 00:27:19 +08:00
[finsh] Fix the echo mode issue in finsh.
This commit is contained in:
parent
f8c82b05bb
commit
7da82cbf31
@ -526,7 +526,8 @@ void finsh_thread_entry(void* parameter)
|
||||
else
|
||||
{
|
||||
shell->line[shell->line_position] = ch;
|
||||
rt_kprintf("%c", ch);
|
||||
if (shell->echo_mode)
|
||||
rt_kprintf("%c", ch);
|
||||
}
|
||||
|
||||
ch = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user