* 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
#include "LowLevel/OTG.h"\r
#endif\r
\r
+ #include "Class/ConfigDescriptor.h"\r
+ #include "Class/HIDParser.h"\r
+ \r
#endif\r
\r