Added start of a port of the core USB driver code to the AVR32 UC3B architecture.
[pub/USBasp.git] / LUFA / Drivers / Board / Joystick.h
index 21e5e92..649b128 100644 (file)
                #include "BUMBLEB/Joystick.h"
        #elif (BOARD == BOARD_EVK527)
                #include "EVK527/Joystick.h"
+       #elif (BOARD == BOARD_EVK1101)
+               #include "EVK1101/Joystick.h"
        #else
                #include "Board/Joystick.h"
        #endif