aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-11-21 10:34:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-11-21 10:34:15 +0000
commitb87d0b45a2d613c2ecfd79447ccd3b8ceaf0bddb (patch)
treeaf021397bb23eca6193090eddd431ef5c8a7d762 /LUFA/Common
parent55da77d85f0482aea9e5c401f59e9b2975a0c2a4 (diff)
downloadlufa-b87d0b45a2d613c2ecfd79447ccd3b8ceaf0bddb.tar.gz
lufa-b87d0b45a2d613c2ecfd79447ccd3b8ceaf0bddb.tar.bz2
lufa-b87d0b45a2d613c2ecfd79447ccd3b8ceaf0bddb.zip
Added board hardware driver support for the Microsin AVR-USB162 development board.
Diffstat (limited to 'LUFA/Common')
-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 b5061dc09..7d0d6297e 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -131,9 +131,12 @@
/** Selects the Minimus specific board drivers, including the Button and LEDs drivers. */
#define BOARD_MINIMUS 22
- /** Selects the Adafruit U4 specific board drivers, including the Button and LEDs drivers. */
+ /** Selects the Adafruit U4 specific board drivers, including the Button driver. */
#define BOARD_ADAFRUITU4 23
+ /** Selects the Microsin AVR-USB162 specific board drivers, including the Button and LEDs drivers. */
+ #define BOARD_MICROSIN162 24
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE