ae66982b92
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@56 bbd45198-f89e-11dd-88c7-29a3b14d5316
10 lines
128 B
C
10 lines
128 B
C
#ifndef __USART_H__
|
|
#define __USART_H__
|
|
|
|
#include <rthw.h>
|
|
#include <rtthread.h>
|
|
|
|
void rt_hw_usart_init(void);
|
|
|
|
#endif
|