bernard.xiong bd76439fd2 rename stm32sky001 to stmsky001
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@14 bbd45198-f89e-11dd-88c7-29a3b14d5316
2009-08-03 04:47:36 +00:00

10 lines
128 B
C

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