Finish Still Image Host class driver.
This commit is contained in:
parent
6f993a2f75
commit
d2068d878c
5 changed files with 113 additions and 22 deletions
|
@ -37,7 +37,7 @@ uint8_t USB_ProcessHIDReport(const uint8_t* ReportData, uint16_t ReportSize, HID
|
|||
{
|
||||
HID_StateTable_t StateTable[HID_STATETABLE_STACK_DEPTH];
|
||||
HID_StateTable_t* CurrStateTable = &StateTable[0];
|
||||
HID_CollectionPath_t* CurrCollectionPath = NULL;
|
||||
HID_CollectionPath_t* CurrCollectionPath = NULL;
|
||||
uint16_t UsageStack[HID_USAGE_STACK_DEPTH];
|
||||
uint8_t UsageStackSize = 0;
|
||||
uint16_t BitOffsetIn = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue