Convert from uart_puts to kprintf
This commit is contained in:
parent
7018424278
commit
a6ae43f583
4 changed files with 14 additions and 24 deletions
|
|
@ -4,7 +4,3 @@
|
|||
void uart_putc(char c) {
|
||||
*UART_BASE = c;
|
||||
}
|
||||
|
||||
void uart_puts(const char *s) {
|
||||
while (*s) uart_putc(*s++);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue