8 lines
135 B
C
8 lines
135 B
C
|
#ifndef UART_CONSOLE_H
|
||
|
#define UART_CONSOLE_H
|
||
|
#include "type_define.h"
|
||
|
#include "stdio.h"
|
||
|
|
||
|
void uart_console_put_char(u8 data);
|
||
|
#endif
|