gc_n64_usb-v3/usart1.h

8 lines
127 B
C
Raw Normal View History

2015-06-13 23:44:21 -04:00
#ifndef _usart1_h__
#define _usart1_h__
void usart1_send(void *data, int len);
void usart1_init(void);
#endif // _usart1_h__