未验证 提交 52d1e51e 编写于 作者: Comeon_fly's avatar Comeon_fly 提交者: GitHub

Update shell.c

上级 b2915467
......@@ -309,7 +309,7 @@ static void finsh_wait_auth(void)
else if (ch == '\b' && cur_pos > 0)
{
/* backspace */
cur_pos--;
cur_pos--;
password[cur_pos] = '\0';
rt_kprintf("\b \b");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册