aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Board/LEDs.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-11-21 10:34:15 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-11-21 10:34:15 +0000
commitacc59f441a66f5ee5b9048607dd4b9634b667c8a (patch)
treeaf021397bb23eca6193090eddd431ef5c8a7d762 /LUFA/Drivers/Board/LEDs.h
parent8be8c99f39e2ec8401cd7b56869612f99ee7c59f (diff)
Added board hardware driver support for the Microsin AVR-USB162 development board.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1587 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Board/LEDs.h')
-rw-r--r--LUFA/Drivers/Board/LEDs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/Drivers/Board/LEDs.h b/LUFA/Drivers/Board/LEDs.h
index fd07ee0e..a898be28 100644
--- a/LUFA/Drivers/Board/LEDs.h
+++ b/LUFA/Drivers/Board/LEDs.h
@@ -135,6 +135,8 @@
#include "MINIMUS/LEDs.h"
#elif (BOARD == BOARD_ADAFRUITU4)
#include "ADAFRUITU4/LEDs.h"
+ #elif (BOARD == BOARD_MICROSIN162)
+ #include "MICROSIN162/LEDs.h"
#elif (BOARD == BOARD_USER)
#include "Board/LEDs.h"
#endif