Fixed invalid configuration descriptor in the low level KeyboardMouse device demo (thanks to Jun Wako).

This commit is contained in:
Dean Camera 2012-06-27 19:41:30 +00:00
parent 6f90d45684
commit 579fbb68fc
2 changed files with 1 additions and 1 deletions

View file

@ -61,7 +61,6 @@
USB_Descriptor_Interface_t HID2_MouseInterface;
USB_HID_Descriptor_HID_t HID2_MouseHID;
USB_Descriptor_Endpoint_t HID2_ReportINEndpoint;
USB_Descriptor_Endpoint_t HID2_ReportOUTEndpoint;
} USB_Descriptor_Configuration_t;
/* Macros: */