1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-11-14 05:05:07 -05:00
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__