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