Oops - with new changes to the way the device Configuration Descriptor is retrieved from the device, ensure that the correct position pointer is cast when extracting descriptor parameters.
This commit is contained in:
parent
7fbb759287
commit
f9f1bcc25c
12 changed files with 20 additions and 20 deletions
|
@ -166,7 +166,7 @@ void Mouse_HID_Task(void)
|
|||
break;
|
||||
}
|
||||
|
||||
puts_P(PSTR("Processing HID Report.\r\n"));
|
||||
printf_P(PSTR("Processing HID Report (Size %d Bytes).\r\n"), HIDReportSize);
|
||||
|
||||
/* Get and process the device's first HID report descriptor */
|
||||
if ((ErrorCode = GetHIDReportData()) != ParseSuccessful)
|
||||
|
@ -179,7 +179,7 @@ void Mouse_HID_Task(void)
|
|||
|
||||
/* Wait until USB device disconnected */
|
||||
USB_HostState = HOST_STATE_WaitForDeviceRemoval;
|
||||
break;
|
||||
break;
|
||||
}
|
||||
|
||||
puts_P(PSTR("Mouse Enumerated.\r\n"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue