X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/b87d0b45a2d613c2ecfd79447ccd3b8ceaf0bddb..0aa950c241d2751e25170bbafbabc67c66c9a5dc:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 7d0d6297e..d14076c2a 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -137,6 +137,9 @@ /** Selects the Microsin AVR-USB162 specific board drivers, including the Button and LEDs drivers. */ #define BOARD_MICROSIN162 24 + /** Selects the Kernel Concepts USBFOO specific board drivers, including the Button and LEDs drivers. */ + #define BOARD_USBFOO 25 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE