mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 06:59:22 +08:00
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 *******************/
|