Change over board hardware drivers to use the custom uintN_t and intN_t native word...
[pub/lufa.git] / LUFA / Drivers / Board / STK526 / Joystick.h
index b095536..f17e280 100644 (file)
@@ -97,8 +97,8 @@
                                PORTB |= JOY_BMASK;\r
                        }\r
                        \r
-                       static inline uint8_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;\r
-                       static inline uint8_t Joystick_GetStatus(void)\r
+                       static inline uintN_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;\r
+                       static inline uintN_t Joystick_GetStatus(void)\r
                        {\r
                                return ((uint8_t)~PINB & JOY_BMASK);\r
                        }\r