usart: remove debugging statement
This commit is contained in:
parent
7536a6878b
commit
fffcd4c3b9
1 changed files with 0 additions and 2 deletions
|
@ -142,8 +142,6 @@ ssize_t console_read(struct usart_console *console, char *buf, size_t n)
|
|||
char *p = buf;
|
||||
char c;
|
||||
|
||||
fprintf(console->fp, "console_read\n");
|
||||
|
||||
*buf = '\0';
|
||||
|
||||
while (console_peek(&c, console, 1) == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue