projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
HIDParser.h
diff --git
a/LUFA/Drivers/USB/Class/HIDParser.h
b/LUFA/Drivers/USB/Class/HIDParser.h
index
47a678b
..
ad242fe
100644
(file)
--- a/
LUFA/Drivers/USB/Class/HIDParser.h
+++ b/
LUFA/Drivers/USB/Class/HIDParser.h
@@
-44,6
+44,14
@@
* HID_INCLUDE_CONSTANT_DATA_ITEMS tokens in the user project makefile, passing them to the compiler via the -D
\r
* switch.
\r
*/
\r
* HID_INCLUDE_CONSTANT_DATA_ITEMS tokens in the user project makefile, passing them to the compiler via the -D
\r
* switch.
\r
*/
\r
+
\r
+/** \ingroup Group_USB
\r
+ * @defgroup Group_HIDParser HID Report Parser
\r
+ *
\r
+ * Functions, macros, variables, enums and types related to the parsing of HID class device report descriptors.
\r
+ *
\r
+ * @{
\r
+ */
\r
\r
#ifndef __HIDPARSER_H__
\r
#define __HIDPARSER_H__
\r
\r
#ifndef __HIDPARSER_H__
\r
#define __HIDPARSER_H__
\r
@@
-250,3
+258,5
@@
#endif
\r
\r
#endif
\r
#endif
\r
\r
#endif
\r
+
\r
+/** @} */
\r