uart: can now write more stuff
This commit is contained in:
@@ -14,3 +14,4 @@ int uart_rx_available(struct uart* uart);
|
||||
int uart_tx_available(struct uart* uart);
|
||||
void uart_write(struct uart* uart, const char c);
|
||||
char uart_read(struct uart* uart);
|
||||
void uart_writen(struct uart* uart, const char* data, int len);
|
||||
|
||||
Reference in New Issue
Block a user