projects
/
pub
/
lufa.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/lufa.git]
/
LUFA
/
Drivers
/
USB
/
USB.h
diff --git
a/LUFA/Drivers/USB/USB.h
b/LUFA/Drivers/USB/USB.h
index
499c59b
..
75fff2f
100644
(file)
--- a/
LUFA/Drivers/USB/USB.h
+++ b/
LUFA/Drivers/USB/USB.h
@@
-38,6
+38,11
@@
* the USB library unless desired by the library user.
\r
*/
\r
\r
* the USB library unless desired by the library user.
\r
*/
\r
\r
+/** @defgroup Group_USB USB - LUFA/Drivers/USB/USB.h
\r
+ *
\r
+ * Functions, macros, variables, enums and types related to the management of USB communications.
\r
+ */
\r
+
\r
#ifndef __USB_H__
\r
#define __USB_H__
\r
\r
#ifndef __USB_H__
\r
#define __USB_H__
\r
\r
@@
-79,5
+84,8
@@
#include "LowLevel/OTG.h"
\r
#endif
\r
\r
#include "LowLevel/OTG.h"
\r
#endif
\r
\r
+ #include "Class/ConfigDescriptor.h"
\r
+ #include "Class/HIDParser.h"
\r
+
\r
#endif
\r
\r
#endif
\r
\r