X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/da676f0f705904df15202f34b14c99f279eda339..7a1033025bbf0dcf4e4dc770fccb4edea86144a4:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index e21709b2a..567606037 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -195,6 +195,9 @@ /** Selects the Micropendous (Arduino-like) revision 2 specific board drivers, including the Button and LED drivers. */ #define BOARD_MICROPENDOUS_REV2 43 + /** Selects the XMEGA B1 Xplained specific board drivers, including the Button and LED drivers. */ + #define BOARD_B1_XPLAINED 44 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE