From b369aa2cc67015ba5fab3b17a56ea81a2086125d Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 3 Sep 2010 09:57:31 +0000 Subject: Added board hardware driver support for the Olimex AVR-USB-162 development board (thanks to Steve Fawcett). --- LUFA/Common/BoardTypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LUFA/Common') diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 4849384fc..57fc12216 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -107,6 +107,9 @@ /** Selects the JM-DB-U2 specific board drivers, including the Button and LEDs drivers. */ #define BOARD_JMDBU2 14 + /** Selects the Olimex AVR-USB-162 specific board drivers, including the Button and LEDs drivers. */ + #define BOARD_OLIMEX162 15 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE -- cgit v1.2.3