Revert changes made for the partial port to the AVR32 architecture.
[pub/USBasp.git] / LUFA / DriverStubs / Buttons.h
index 8c97cd7..deab56e 100644 (file)
@@ -70,7 +70,8 @@
                                // TODO: Initialize the appropriate port pins as an inputs here, with pull-ups\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
                                // TODO: Return current button status here, debounced if required\r
                        }\r