mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2025-02-07 02:30:14 -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__
|