X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/bb0b761c6581604d71716e24bfdfed68b0093527..77a9df36a77d2523dd2bc24fa17f9f04c6c175c5:/LUFA/Drivers/USB/Class/Common/HIDParser.c 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)