X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/0ce2950d811b8dc11e46602e7490d795d8ddfb5d..9f7883fa2b78fd7907162987fc65b71d3c6b19fa:/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