Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / USBInterrupt.h
index d54de39..65e0b5f 100644 (file)
  *  events as VBUS interrupts (on supported USB AVR models), device connections and disconnections, etc.\r
  */\r
 \r
+/** \ingroup Group_USB\r
+ *  @defgroup Group_USBInterrupt Endpoint and Pipe Interrupts\r
+ *\r
+ *  Functions, macros, variables, enums and types related to endpoint and pipe interrupts.\r
+ *\r
+ *  @{\r
+ */\r
+\r
 #ifndef __USBINTERRUPT_H__\r
 #define __USBINTERRUPT_H__\r
 \r
                #if defined(__cplusplus)\r
                        }\r
                #endif\r
-               \r
+\r
 #endif\r
+\r
+/** @} */\r