mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-11-14 05:05:07 -05:00
8 lines
127 B
C
8 lines
127 B
C
|
#ifndef _usart1_h__
|
||
|
#define _usart1_h__
|
||
|
|
||
|
void usart1_send(void *data, int len);
|
||
|
void usart1_init(void);
|
||
|
|
||
|
#endif // _usart1_h__
|