Parcourir la source

Update shell.c

loogg il y a 6 ans
Parent
commit
52d1e51e3e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      components/finsh/shell.c

+ 1 - 1
components/finsh/shell.c

@@ -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");
                 }