aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-09-15 13:47:00 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-09-15 13:47:00 +0000
commit45a56b4df7095daa1b8e2700f89baed0b2d84fa3 (patch)
tree1cd804c2f00c92e8feceb2bffe22abbc040ce6f0 /LUFA/Common
parent5f1428bb508e327986fab825dd9a824ba5d9c39c (diff)
downloadlufa-45a56b4df7095daa1b8e2700f89baed0b2d84fa3.tar.gz
lufa-45a56b4df7095daa1b8e2700f89baed0b2d84fa3.tar.bz2
lufa-45a56b4df7095daa1b8e2700f89baed0b2d84fa3.zip
Added support for the Xevelabs USB2AX revision 3.1 board.
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/BoardTypes.h3
1 files changed, 3 insertions, 0 deletions
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