drv_uart.h 114 B

123456
  1. #ifndef DRV_UART_H
  2. #define DRV_UART_H
  3. void rt_hw_uart_init(void);
  4. #endif /* end of include guard: DRV_UART_H */