diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-09-08 09:16:41 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-09-08 09:16:41 +0000 |
commit | 7aa8dc1de069b0f9c9e0b2bd379713d49dfee377 (patch) | |
tree | f4076e0793aadc6819ca1bbc1661436bc2aba23d /LUFA/Common | |
parent | 1adf8174cf06760fdb35476744e3446e9c2eda02 (diff) | |
download | lufa-7aa8dc1de069b0f9c9e0b2bd379713d49dfee377.tar.gz lufa-7aa8dc1de069b0f9c9e0b2bd379713d49dfee377.tar.bz2 lufa-7aa8dc1de069b0f9c9e0b2bd379713d49dfee377.zip |
Add support for the Atmel UC3-A3 Xplained board.
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 378dd7f0c..0ac68321a 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -219,6 +219,9 @@ /** Selects the Arduino Leonardo specific board drivers, including the driver for the board LEDs. */ #define BOARD_LEONARDO 51 + /** Selects the UC3-A3 Xplained specific board drivers, including the Button and LED drivers. */ + #define BOARD_UC3A3_XPLAINED 52 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE |