Space police

This commit is contained in:
Austin Clements 2010-09-01 00:41:25 -04:00
parent 5efca9054f
commit b0751a3e9b
6 changed files with 45 additions and 45 deletions

View file

@ -163,7 +163,7 @@ consputc(int c)
;
}
if (c == BACKSPACE) {
if(c == BACKSPACE){
uartputc('\b');
uartputc(' ');
uartputc('\b');