aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-07-26 19:23:15 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-07-26 19:23:15 +0000
commit16cd7c689674c710fafcb6aaa99ba78368987626 (patch)
treee506fd668dbec7b278d3a602804df8595606a335 /LUFA/Common
parent5a0bd853309f30a2e1583459728df9725b1e2664 (diff)
downloadlufa-16cd7c689674c710fafcb6aaa99ba78368987626.tar.gz
lufa-16cd7c689674c710fafcb6aaa99ba78368987626.tar.bz2
lufa-16cd7c689674c710fafcb6aaa99ba78368987626.zip
Add support for the Olimex AVR-ISP-MK2 board.
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 0a40b1910..59e9bb744 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -212,6 +212,9 @@
/** Selects the Olimex AVR-USB-T32U4 specific board drivers, including the Button and LED drivers. */
#define BOARD_OLIMEXT32U4 49
+
+ /** Selects the Olimex AVR-ISP-MK2 specific board drivers, including the Button and LED drivers. */
+ #define BOARD_OLIMEXISPMK2 50
#if !defined(__DOXYGEN__)