Change over board hardware drivers to use the custom uintN_t and intN_t native word...
[pub/lufa.git] / LUFA / Drivers / Board / BUMBLEB / Joystick.h
index 1809677..fdd4b03 100644 (file)
@@ -98,8 +98,7 @@
                                PORTD |= JOY_MASK;\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)\r
                        {\r
                                return (uint8_t)(~PIND & JOY_MASK);\r
                        }\r