projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Finish Still Image Host class driver.
[pub/lufa.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Host
/
HIDParser.c
diff --git
a/LUFA/Drivers/USB/Class/Host/HIDParser.c
b/LUFA/Drivers/USB/Class/Host/HIDParser.c
index
accb8f3
..
5174b59
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Host/HIDParser.c
+++ b/
LUFA/Drivers/USB/Class/Host/HIDParser.c
@@
-37,7
+37,7
@@
uint8_t USB_ProcessHIDReport(const uint8_t* ReportData, uint16_t ReportSize, HID
{
\r
HID_StateTable_t StateTable[HID_STATETABLE_STACK_DEPTH];
\r
HID_StateTable_t* CurrStateTable = &StateTable[0];
\r
{
\r
HID_StateTable_t StateTable[HID_STATETABLE_STACK_DEPTH];
\r
HID_StateTable_t* CurrStateTable = &StateTable[0];
\r
- HID_CollectionPath_t* CurrCollectionPath = NULL;
\r
+ HID_CollectionPath_t* CurrCollectionPath
= NULL;
\r
uint16_t UsageStack[HID_USAGE_STACK_DEPTH];
\r
uint8_t UsageStackSize = 0;
\r
uint16_t BitOffsetIn = 0;
\r
uint16_t UsageStack[HID_USAGE_STACK_DEPTH];
\r
uint8_t UsageStackSize = 0;
\r
uint16_t BitOffsetIn = 0;
\r