1
0

drv_uart.h 98 B

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