Add support for the Atmel XMEGA A3BU Xplained board.
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index 970a8c9..7a141ac 100644 (file)
                        /** Selects the Atmel EVK1104 specific board drivers, including the Button and LED drivers. */
                        #define BOARD_EVK1104       30
                        
+                       /** Selects the Atmel XMEGA A3BU Xplained specific board drivers, including the Button and LED drivers. */
+                       #define BOARD_A3BU_XPLAINED 31
+
                        #if !defined(__DOXYGEN__)
                                #define BOARD_          BOARD_NONE