X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/c879887dce0506c6ae25490ed7d42a7c7eec7337..1c74525d2f606b13faafc5fdee389ab452a50f6c:/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