rt-thread/bsp/gd32vf103v-eval/drivers/drv_usart.h

13 lines
224 B
C
Raw Normal View History

2019-07-24 17:03:26 +08:00
#ifndef __DRV_UART_H__
#define __DRV_UART_H__
#include <rtthread.h>
#include <rtdevice.h>
#include "board.h"
int rt_hw_usart_init(void);
#endif /* __DRV_USART_H__ */
/******************* end of file *******************/