From 3ebfb998ec4eef73543a8e8bde0019a3057b72dc Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 2 Oct 2009 09:11:37 +0000 Subject: Added support for the Atmel XPLAIN board. --- 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 9b3a9cc78..38d0af14c 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -81,6 +81,9 @@ /** Selects the BUMBLEB specific board drivers, using the officially recommended peripheral layout. */ #define BOARD_BUMBLEB 6 + /** Selects the XPLAIN specific board drivers, including LED driver. */ + #define BOARD_XPLAIN 7 + #endif /** @} */ -- cgit v1.2.3