Add start of a SDP service table, which will be linked to the Bluetooth SDP code.
[pub/USBasp.git] / LUFA / Drivers / Board / USBKEY / Buttons.h
index 471a19a..1b7b757 100644 (file)
@@ -29,6 +29,7 @@
 */\r
 \r
 /** \file\r
 */\r
 \r
 /** \file\r
+ *  \brief Board specific Buttons driver header for the USBKEY.\r
  *\r
  *  Board specific Buttons driver header for the USBKEY.\r
  *\r
  *\r
  *  Board specific Buttons driver header for the USBKEY.\r
  *\r
@@ -79,8 +80,8 @@
                                PORTE |=  BUTTONS_BUTTON1;\r
                        }\r
 \r
                                PORTE |=  BUTTONS_BUTTON1;\r
                        }\r
 \r
-                       static inline uintN_t Buttons_GetStatus(void) ATTR_WARN_UNUSED_RESULT;\r
-                       static inline uintN_t Buttons_GetStatus(void)\r
+                       static inline uint8_t Buttons_GetStatus(void) ATTR_WARN_UNUSED_RESULT;\r
+                       static inline uint8_t Buttons_GetStatus(void)\r
                        {\r
                                return ((PINE & BUTTONS_BUTTON1) ^ BUTTONS_BUTTON1);\r
                        }\r
                        {\r
                                return ((PINE & BUTTONS_BUTTON1) ^ BUTTONS_BUTTON1);\r
                        }\r