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