Change over board hardware drivers to use the custom uintN_t and intN_t native word...
[pub/lufa.git] / LUFA / Drivers / Board / EVK1101 / Buttons.h
index b827787..0aa195f 100644 (file)
@@ -82,8 +82,7 @@
                                AVR32_GPIO.port[1].puers = (BUTTONS_BUTTON1 | BUTTONS_BUTTON2);\r
                        }\r
 \r
-                       static inline uint32_t Buttons_GetStatus(void) ATTR_WARN_UNUSED_RESULT;\r
-                       static inline uint32_t Buttons_GetStatus(void)\r
+                       static inline uintN_t Buttons_GetStatus(void)\r
                        {\r
                                return (~AVR32_GPIO.port[1].pvr & (BUTTONS_BUTTON1 | BUTTONS_BUTTON2));\r
                        }\r