drv_usart.h 224 B

123456789101112
  1. #ifndef __DRV_UART_H__
  2. #define __DRV_UART_H__
  3. #include <rtthread.h>
  4. #include <rtdevice.h>
  5. #include "board.h"
  6. int rt_hw_usart_init(void);
  7. #endif /* __DRV_USART_H__ */
  8. /******************* end of file *******************/