X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/55da77d85f0482aea9e5c401f59e9b2975a0c2a4..b87d0b45a2d613c2ecfd79447ccd3b8ceaf0bddb:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index b5061dc09..7d0d6297e 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -131,9 +131,12 @@ /** Selects the Minimus specific board drivers, including the Button and LEDs drivers. */ #define BOARD_MINIMUS 22 - /** Selects the Adafruit U4 specific board drivers, including the Button and LEDs drivers. */ + /** Selects the Adafruit U4 specific board drivers, including the Button driver. */ #define BOARD_ADAFRUITU4 23 + /** Selects the Microsin AVR-USB162 specific board drivers, including the Button and LEDs drivers. */ + #define BOARD_MICROSIN162 24 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE