Minor documentation fixes.

This commit is contained in:
Dean Camera 2011-07-12 10:11:52 +00:00
parent fdb82cd1e8
commit bd8046976f
3 changed files with 9 additions and 10 deletions

View file

@ -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)