Change over board hardware drivers to use the custom uintN_t and intN_t native word...
[pub/USBasp.git] / LUFA / DriverStubs / Joystick.h
index 21e306f..859225f 100644 (file)
@@ -82,8 +82,7 @@
                                // TODO: Initialize joystick port pins as inputs with pull-ups\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
                                // TODO: Return current joystick position data which can be obtained by masking against the JOY_* macros\r
                        }\r