X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/fdb82cd1e87b6521cea0c297107e9f03c7d50fa4..bd8046976f4c7e8db349e4d4ff14da5fac13e7db:/LUFA/Drivers/USB/Class/Common/HIDParser.c?ds=inline diff --git a/LUFA/Drivers/USB/Class/Common/HIDParser.c b/LUFA/Drivers/USB/Class/Common/HIDParser.c index eb2f14c35..bd0937ba8 100644 --- a/LUFA/Drivers/USB/Class/Common/HIDParser.c +++ b/LUFA/Drivers/USB/Class/Common/HIDParser.c @@ -189,7 +189,7 @@ uint8_t USB_ProcessHIDReport(const uint8_t* ReportData, CurrCollectionPath->Parent = ParentCollectionPath; } - CurrCollectionPath->Type = ReportItemData; + CurrCollectionPath->Type = ReportItemData; CurrCollectionPath->Usage.Page = CurrStateTable->Attributes.Usage.Page; if (UsageListSize)