uart.h 76 B

123456
  1. #ifndef __UART_H__
  2. #define __UART_H__
  3. void rt_hw_usart_init(void);
  4. #endif