aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-10-17 23:06:50 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-10-17 23:06:50 +0000
commitb4a02fa29d9a45ff15aac040a305632b3d4a5f62 (patch)
tree3490cf3e3915efa2af85ab7c813524886ea6fe3f /LUFA/Common
parentcb298295fb565899eb15d3b2adeefbb683846402 (diff)
downloadlufa-b4a02fa29d9a45ff15aac040a305632b3d4a5f62.tar.gz
lufa-b4a02fa29d9a45ff15aac040a305632b3d4a5f62.tar.bz2
lufa-b4a02fa29d9a45ff15aac040a305632b3d4a5f62.zip
Added board hardware driver support for the Maximus board (thanks to the PSGroove team).
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 bac0e9e83..77076920e 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -125,6 +125,9 @@
/** Selects the Blackcat USB JTAG specific board drivers, including the driver for the board LEDs. */
#define BOARD_BLACKCAT 20
+ /** Selects the Maximus specific board drivers, including the driver for the board LEDs. */
+ #define BOARD_MAXIMUS 21
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE