aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-11-20 14:45:20 +1100
committerDean Camera <dean@fourwalledcubicle.com>2014-11-20 14:45:20 +1100
commite37e86583cfa9735c1436e9e2450a775d7b1c0dc (patch)
tree22e1bcf6eb43d51812c7017ca5daab828940c1f7 /LUFA/Common
parent99ca3aff38fcc5c9b54dbdb7fd21dd1518a7d8e8 (diff)
downloadlufa-e37e86583cfa9735c1436e9e2450a775d7b1c0dc.tar.gz
lufa-e37e86583cfa9735c1436e9e2450a775d7b1c0dc.tar.bz2
lufa-e37e86583cfa9735c1436e9e2450a775d7b1c0dc.zip
Add board drivers for the Atmel Xplained-MINI kits.
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 06ff4ddb4..48e3306d1 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -240,6 +240,9 @@
/** Selects the Arduino Micro specific board drivers, including the driver for the board LEDs. */
#define BOARD_MICRO 58
+ /** Selects the Atmel Xplained-MINI specific board drivers, including the driver for the board LEDs. */
+ #define BOARD_XPLAINED_MINI 59
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE