From 180180e234c3b5c8d930630c9208ea24da926cc1 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 19 Jan 2013 17:04:32 +0000 Subject: Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard Wesser). --- LUFA/Common/BoardTypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LUFA/Common/BoardTypes.h') diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 104f5db03..7928d9afd 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -225,6 +225,9 @@ /** Selects the USB2AX version 3.1 specific board drivers, including the Button and LEDs drivers. */ #define BOARD_USB2AX_V31 53 + /** Selects the Stange-ISP specific board drivers, including the Button and LEDs drivers. */ + #define BOARD_STANGE_ISP 54 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE -- cgit v1.2.3