#ifndef USB_H_ #define USB_H_ void USB_Init(void); void USB_Task(void); #endif /* USB_H_ */