Skip to content

Commit

Permalink
Fix generic HID descriptor enumeration error by making UsbGenericHidR…
Browse files Browse the repository at this point in the history
…eportDescriptor extern.
  • Loading branch information
mondalaci committed Oct 13, 2017
1 parent d420052 commit 0b120a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0b120a3

Please sign in to comment.