Revert changes made for the partial port to the AVR32 architecture.
[pub/USBasp.git] / LUFA / Drivers / Board / ATAVRUSBRF01 / Buttons.h
index d26e0e8..af95a89 100644 (file)
@@ -79,7 +79,8 @@
                                PORTD |=  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 ((PIND & BUTTONS_BUTTON1) ^ BUTTONS_BUTTON1);\r
                        }\r