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