X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e368a899871fe9ecccdcac85019d15c73e13ced7..2d00107efed34a31792a4a4c2989cca738ef1dc5:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 07c60bba3..06ff4ddb4 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -234,6 +234,12 @@ /** Selects the U2S specific board drivers, including the Button and LEDs drivers. */ #define BOARD_U2S 56 + /** Selects the Arduino YUN specific board drivers, including the driver for the board LEDs. */ + #define BOARD_YUN 57 + + /** Selects the Arduino Micro specific board drivers, including the driver for the board LEDs. */ + #define BOARD_MICRO 58 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE