Renamed Serial_Stream driver to SerialStream to remain consistent with the rest of...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / Events.h
index d53cd8e..480e824 100644 (file)
  *\r
  *  Each event must only have one associated event handler, but can be raised by multiple sources.\r
  */\r
+\r
+/** \ingroup Group_USB\r
+ *  @defgroup Group_Events USB Events\r
+ *\r
+ *  Functions, macros, variables, enums and types related to the management of events from the USB kernel.\r
+ *\r
+ *  @{\r
+ */\r
  \r
 #ifndef __USBEVENTS_H__\r
 #define __USBEVENTS_H__\r
@@ -47,7 +55,7 @@
                #include <avr/io.h>\r
                \r
                #include "../../../Common/Common.h"\r
-               #include "../LowLevel/USBMode.h"\r
+               #include "USBMode.h"\r
 \r
        /* Enable C linkage for C++ Compilers: */\r
                #if defined(__cplusplus)\r
                #if defined(__cplusplus)\r
                        }\r
                #endif\r
-               \r
+       \r
 #endif\r
+\r
+/** @} */\r