gadget-securevault/usb.h
Daniele Lacamera c958c4becb Added USB-MSC
2019-11-04 15:38:49 +01:00

5 lines
92 B
C

#ifndef USB_INCLUDED
#define USB_INCLUDED
void usb_init(void);
void usb_poll(void);
#endif