Change over board hardware drivers to use the custom uintN_t and intN_t native word...
[pub/USBasp.git] / LUFA / Drivers / Board / ATAVRUSBRF01 / Buttons.h
index af95a89..d26e0e8 100644 (file)
@@ -79,8 +79,7 @@
                                PORTD |=  BUTTONS_BUTTON1;\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
                                return ((PIND & BUTTONS_BUTTON1) ^ BUTTONS_BUTTON1);\r
                        }\r