Space police
This commit is contained in:
parent
5efca9054f
commit
b0751a3e9b
6 changed files with 45 additions and 45 deletions
|
|
@ -163,7 +163,7 @@ consputc(int c)
|
|||
;
|
||||
}
|
||||
|
||||
if (c == BACKSPACE) {
|
||||
if(c == BACKSPACE){
|
||||
uartputc('\b');
|
||||
uartputc(' ');
|
||||
uartputc('\b');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue