Make bluetooth SDP code correctly unpack the search UUIDs and parameters.
[pub/USBasp.git] / LUFA / Drivers / Board / USBKEY / Joystick.h
index b6dd8d1..62a6d50 100644 (file)
@@ -29,6 +29,7 @@
 */\r
 \r
 /** \file\r
+ *  \brief Board specific joystick driver header for the USBKEY.\r
  *\r
  *  Board specific joystick driver header for the USBKEY.\r
  *\r
                                PORTE |= JOY_EMASK;                             \r
                        }\r
                        \r
-                       static inline uintN_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;\r
-                       static inline uintN_t Joystick_GetStatus(void)\r
+                       static inline uint8_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;\r
+                       static inline uint8_t Joystick_GetStatus(void)\r
                        {\r
                                return (((uint8_t)~PINB & JOY_BMASK) | (((uint8_t)~PINE & JOY_EMASK) >> 1));\r
                        }\r