More improvements to the incomplete BluetoothHost demo - add Disconnection Event...
[pub/lufa.git] / LUFA / Drivers / Board / Joystick.h
index b14e989..18993c5 100644 (file)
@@ -29,6 +29,7 @@
 */\r
 \r
 /** \file\r
+ *  \brief Master include file for the board digital joystick driver.\r
  *\r
  *  This file is the master dispatch header file for the board-specific Joystick driver, for boards containing a\r
  *  5-way joystick.\r
@@ -83,8 +84,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