Create usart.h

This commit is contained in:
YcChan
2016-12-28 13:23:55 +08:00
committed by GitHub
parent aa6df8210b
commit 95e7d5ebf4

5
usart.h Normal file
View File

@@ -0,0 +1,5 @@
#ifndef __usart_H
#define __usart_H
void usart_init(void);
#endif