Remove trailing extra line
This commit is contained in:
parent
5dbcb33726
commit
952eeebb6d
1 changed files with 0 additions and 1 deletions
|
@ -6,4 +6,3 @@ void uart_putc(char c) { *UART_BASE = c; }
|
|||
void uart_puts(const char *s) {
|
||||
while (*s) uart_putc(*s++);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue