aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-16 21:00:46 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-16 21:00:46 +0000
commit544e0043a3ccdeda8a6d572464d3a32612fb7479 (patch)
treeb6fb2ff0abbe07c93757aa8911d29f65eaec60a7 /LUFA/Common
parentd4ccf66050f0c272896fe6b921b7a2e0ee73ae8e (diff)
Added board driver support for the Sparkfun ATMEGA8U2 breakout board.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1666 d5102386-fcda-11dd-9fdb-3debd5008f28
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 d76e318f..264908fe 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -139,6 +139,9 @@
/** Selects the Kernel Concepts USBFOO specific board drivers, including the Button and LEDs drivers. */
#define BOARD_USBFOO 25
+
+ /** Selects the Sparkfun ATMEGA8U2 specific board drivers, including the driver for the board LEDs. */
+ #define BOARD_SPARKFUN8U2 26
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE