rt-thread-official/bsp/gkipc/drivers/drv_uart.h

8 lines
70 B
C

#ifndef UART_H_
#define UART_H_
void rt_hw_uart_init(void);
#endif