13 lines
224 B
C
13 lines
224 B
C
|
#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 *******************/
|