Change over board hardware drivers to use the custom uintN_t and intN_t native word...
[pub/USBasp.git] / LUFA / DriverStubs / Buttons.h
index deab56e..8c97cd7 100644 (file)
@@ -70,8 +70,7 @@
                                // TODO: Initialize the appropriate port pins as an inputs here, with pull-ups\r
                        }\r
 \r
-                       static inline uint8_t Buttons_GetStatus(void) ATTR_WARN_UNUSED_RESULT;\r
-                       static inline uint8_t Buttons_GetStatus(void)\r
+                       static inline uintN_t Buttons_GetStatus(void)\r
                        {\r
                                // TODO: Return current button status here, debounced if required\r
                        }\r