From 45a56b4df7095daa1b8e2700f89baed0b2d84fa3 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 15 Sep 2012 13:47:00 +0000 Subject: Added support for the Xevelabs USB2AX revision 3.1 board. --- LUFA/Common/BoardTypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LUFA/Common/BoardTypes.h') diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 0ac68321a..0d9d21263 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -222,6 +222,9 @@ /** Selects the UC3-A3 Xplained specific board drivers, including the Button and LED drivers. */ #define BOARD_UC3A3_XPLAINED 52 + /** Selects the USB2AX version 3.1 specific board drivers, including the Button and LEDs drivers. */ + #define BOARD_USB2AX_V31 53 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE -- cgit v1.2.3