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:
@@ -166,8 +166,8 @@ void Keyboard_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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user