4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 03:13:49 +08:00

10 lines
128 B
C
Raw Normal View History

#ifndef __USART_H__
#define __USART_H__
#include <rthw.h>
#include <rtthread.h>
void rt_hw_usart_init(void);
#endif