uart.h 111 B

123456
  1. #ifndef UART_H_INCLUDED
  2. #define UART_H_INCLUDED
  3. extern void rt_hw_uart_init(void);
  4. #endif // UART_H_INCLUDED