#ifndef __USB_DESCRIPTOR_GENERIC_HID_REPORT_H__ #define __USB_DESCRIPTOR_GENERIC_HID_REPORT_H__ // Macros: #define USB_GENERIC_HID_REPORT_DESCRIPTOR_LENGTH (33U) // Variables: extern uint8_t UsbGenericHidReportDescriptor[USB_GENERIC_HID_REPORT_DESCRIPTOR_LENGTH]; #endif