projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI and...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Host
/
HIDParser.h
diff --git
a/LUFA/Drivers/USB/Class/Host/HIDParser.h
b/LUFA/Drivers/USB/Class/Host/HIDParser.h
index
16cfc23
..
9076107
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Host/HIDParser.h
+++ b/
LUFA/Drivers/USB/Class/Host/HIDParser.h
@@
-205,7
+205,9
@@
\r
HID_ReportItem_Attributes_t Attributes; /**< Report item attributes. */
\r
\r
\r
HID_ReportItem_Attributes_t Attributes; /**< Report item attributes. */
\r
\r
- uint32_t Value; /**< Current value of the report item. */
\r
+ uint32_t Value; /**< Current value of the report item - use \ref HID_ALIGN_DATA() when processing
\r
+ * a retrieved value so that it is aligned to a specific type.
\r
+ */
\r
uint32_t PreviousValue; /**< Previous value of the report item. */
\r
} HID_ReportItem_t;
\r
\r
uint32_t PreviousValue; /**< Previous value of the report item. */
\r
} HID_ReportItem_t;
\r
\r