diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-07-26 19:23:15 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-07-26 19:23:15 +0000 |
commit | 16cd7c689674c710fafcb6aaa99ba78368987626 (patch) | |
tree | e506fd668dbec7b278d3a602804df8595606a335 /LUFA/Common | |
parent | 5a0bd853309f30a2e1583459728df9725b1e2664 (diff) | |
download | lufa-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.h | 3 |
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__) |