diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-03-30 09:28:45 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-03-30 09:28:45 +0000 |
| commit | c9940ea360281bbee89a86a56f88e7ac5568304d (patch) | |
| tree | bf7a06a66de3843f9ff9f9f956ff6cb8d0c74906 /LUFA/Common/BoardTypes.h | |
| parent | 28ff9c55943509d2f8badc5469d54ad412c3edfd (diff) | |
Added support for the JM-DB-U2 board hardware.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1184 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
| -rw-r--r-- | LUFA/Common/BoardTypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index e1988e7b..b162524e 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -103,6 +103,9 @@ /** Selects the Benito specific board drivers, including the driver for the board LEDs. */
#define BOARD_BENITO 13
+
+ /** Selects the JM-DB-U2 specific board drivers, including the Button and LEDs drivers. */
+ #define BOARD_JMDBU2 14
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE
|
