aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common/BoardTypes.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-06-04 04:13:01 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-06-04 04:13:01 +0000
commitc79c045efd76a2588bed32563844ccf4380a1e1d (patch)
treea3df86f573d747d2f13d3346305f435e9a9e98fb /LUFA/Common/BoardTypes.h
parent89cc9f3774fbd8f3f6c9ba5c1166542c63740bd0 (diff)
Added board driver support for the Busware TUL board.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1780 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
-rw-r--r--LUFA/Common/BoardTypes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h
index 2644685c..f41ca885 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -120,7 +120,7 @@
/** Selects the Arduino Uno specific board drivers, including the driver for the board LEDs. */
#define BOARD_UNO 18
- /** Selects the CUL V3 specific board drivers, including the Button and LEDs drivers. */
+ /** Selects the Busware CUL V3 specific board drivers, including the Button and LEDs drivers. */
#define BOARD_CULV3 19
/** Selects the Blackcat USB JTAG specific board drivers, including the driver for the board LEDs. */
@@ -147,6 +147,9 @@
/** Selects the Atmel EVK1101 specific board drivers, including the Button, Joystick and LED drivers. */
#define BOARD_EVK1101 27
+ /** Selects the Busware TUL specific board drivers, including the Button and LED drivers. */
+ #define BOARD_TUL 28
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE