1 2 3 4 5 6 7
#ifndef USB_H #define USB_H void usb_setup(void); void usb_isr(void); #endif /* USB_H */