SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
uart.h
Go to the documentation of this file.
1#ifndef __UART_H__
2#define __UART_H__
3
4int sys_uart_printf(const char *fmt, ...);
5
6#endif// __UART_H__
int sys_uart_printf(const char *fmt,...)
Definition uart.c:99