/* * usb_hid.h */ #ifndef __USB_HID_H__ #define __USB_HID_H__ void hid_task(void); #endif // __USB_HID_H__