8 lines
70 B
C
8 lines
70 B
C
|
#ifndef UART_H_
|
||
|
#define UART_H_
|
||
|
|
||
|
void rt_hw_uart_init(void);
|
||
|
|
||
|
|
||
|
#endif
|