5 lines
57 B
C
5 lines
57 B
C
|
#ifndef USB_H
|
||
|
#define USB_H
|
||
|
void usb_setup(void);
|
||
|
#endif
|