Revert changes made for the partial port to the AVR32 architecture.
[pub/USBasp.git] / LUFA / Drivers / Board / Joystick.h
index b14e989..39375a2 100644 (file)
@@ -83,8 +83,6 @@
                #include "EVK527/Joystick.h"\r
        #elif (BOARD == BOARD_USER)\r
                #include "Board/Joystick.h"\r
-       #elif (BOARD == BOARD_EVK1101)\r
-               #include "EVK1101/Joystick.h"\r
        #else\r
                #error The selected board does not contain a joystick.\r
        #endif\r
                 *  \return Mask indicating the joystick direction - see corresponding board specific Joystick.h file\r
                 *          for direction masks\r
                 */\r
-               static inline uintN_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;\r
+               static inline uint8_t Joystick_GetStatus(void) ATTR_WARN_UNUSED_RESULT;\r
        #endif\r
 \r
 #endif\r