Revert changes made for the partial port to the AVR32 architecture.
[pub/USBasp.git] / LUFA / Drivers / Board / STK525 / Buttons.h
index e70822e..f3dccaf 100644 (file)
@@ -85,7 +85,8 @@
                                PORTE |=  BUTTONS_BUTTON1;\r
                        }\r
 \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