6 lines
92 B
C
6 lines
92 B
C
|
#ifndef USB_INCLUDED
|
||
|
#define USB_INCLUDED
|
||
|
void usb_init(void);
|
||
|
void usb_poll(void);
|
||
|
#endif
|