Change over board hardware drivers to use the custom uintN_t and intN_t native word...
[pub/lufa.git] / LUFA / Drivers / Board / EVK527 / Buttons.h
index 0150fa1..950c574 100644 (file)
@@ -85,8 +85,7 @@
                                PORTE |=  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 ((PINE & BUTTONS_BUTTON1) ^ BUTTONS_BUTTON1);\r
                        }\r