Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.
[pub/USBasp.git] / LUFA / Drivers / Board / USBKEY / Joystick.h
index 6c2d72a..7bc140d 100644 (file)
  *  \note This file should not be included directly. It is automatically included as needed by the joystick driver\r
  *        dispatch header located in LUFA/Drivers/Board/Joystick.h.\r
  */\r
\r
+\r
+/** \ingroup Group_Joystick\r
+ *  @defgroup Group_Joystick_USBKEY USBKEY\r
+ *\r
+ *  @{\r
+ */\r
+\r
 #ifndef __JOYSTICK_USBKEY_H__\r
 #define __JOYSTICK_USBKEY_H__\r
 \r
@@ -87,7 +93,7 @@
 \r
                                PORTB |= JOY_BMASK;\r
                                PORTE |= JOY_EMASK;                             \r
-                       };\r
+                       }\r
                        \r
                        static inline uint8_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;\r
                        static inline uint8_t Joystick_GetStatus(void)\r
                #endif\r
 \r
 #endif\r
+\r
+/** @} */\r