diff options
| -rw-r--r-- | mos/sys/arch/x86_64/io/uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mos/sys/arch/x86_64/io/uart.c b/mos/sys/arch/x86_64/io/uart.c index 99c4645..73ed0ed 100644 --- a/mos/sys/arch/x86_64/io/uart.c +++ b/mos/sys/arch/x86_64/io/uart.c @@ -42,7 +42,7 @@ init_uart(USHORT port) } void -mu_uart_write(const char *s, USIZE len) +mu_uart_writed(const char *s, USIZE len) { for (USIZE i = 0; i < len; ++i) { md_outb(DEFAULT_PORT, s[i]); |
