1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-08-13 17:03:49 -04:00
gc_n64_usb-v3/usart1.h
Raphael Assenat c59242383f WIP
2015-06-13 23:44:21 -04:00

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__