drv_uart.h 70 B

1234567
  1. #ifndef UART_H_
  2. #define UART_H_
  3. void rt_hw_uart_init(void);
  4. #endif