Revert changes made for the partial port to the AVR32 architecture.
[pub/USBasp.git] / LUFA / DriverStubs / Joystick.h
index 859225f..21e306f 100644 (file)
@@ -82,7 +82,8 @@
                                // TODO: Initialize joystick port pins as inputs with pull-ups\r
                        }\r
                        \r
-                       static inline uintN_t Joystick_GetStatus(void)\r
+                       static inline uint8_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;\r
+                       static inline uint8_t Joystick_GetStatus(void)\r
                        {\r
                                // TODO: Return current joystick position data which can be obtained by masking against the JOY_* macros\r
                        }\r