mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 20:13:29 +08:00
8 lines
70 B
C
8 lines
70 B
C
#ifndef UART_H_
|
|
#define UART_H_
|
|
|
|
void rt_hw_uart_init(void);
|
|
|
|
|
|
#endif
|