diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-26 19:23:15 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-26 19:23:15 +0000 |
| commit | 074d3d5803d3e654a7d7892f435ee493d2a35263 (patch) | |
| tree | e506fd668dbec7b278d3a602804df8595606a335 /LUFA/Common/BoardTypes.h | |
| parent | bcfc863cefdca082fea8f73a05e63560bac3a5f2 (diff) | |
Add support for the Olimex AVR-ISP-MK2 board.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2420 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
| -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 0a40b191..59e9bb74 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__) |
