Fix generic HID descriptor enumeration error by making UsbGenericHidReportDescriptor extern.

This commit is contained in:
László Monda
2017-10-13 22:49:09 +02:00
parent d4200524d7
commit 0b120a3286

View File

@@ -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