Fix generic HID descriptor enumeration error by making UsbGenericHidReportDescriptor extern.
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
|
||||
// Variables:
|
||||
|
||||
uint8_t UsbGenericHidReportDescriptor[USB_GENERIC_HID_REPORT_DESCRIPTOR_LENGTH];
|
||||
extern uint8_t UsbGenericHidReportDescriptor[USB_GENERIC_HID_REPORT_DESCRIPTOR_LENGTH];
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user