drv_uart.h 102 B

12345678910
  1. #ifndef __DRV_UART_H_
  2. #define __DRV_UART_H_
  3. void rt_hw_uart_init(void);
  4. #endif /* __BOARD_H_ */