diff options
Diffstat (limited to 'LUFA/Common')
-rw-r--r-- | LUFA/Common/BoardTypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 9b3a9cc78..38d0af14c 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -81,6 +81,9 @@ /** Selects the BUMBLEB specific board drivers, using the officially recommended peripheral layout. */
#define BOARD_BUMBLEB 6
+ /** Selects the XPLAIN specific board drivers, including LED driver. */
+ #define BOARD_XPLAIN 7
+
#endif
/** @} */
|