diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-09-11 22:22:22 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-09-11 22:22:22 +1000 |
commit | 7046ebb37ba534e2f7b60ca08314e33aab7d0513 (patch) | |
tree | 7eefc89edf312b59aa1dd1e55f67455b3a5ccf53 /LUFA/Common | |
parent | 7dc746c2c1c1cde95465c9a644ca9c15e74f6704 (diff) | |
download | lufa-7046ebb37ba534e2f7b60ca08314e33aab7d0513.tar.gz lufa-7046ebb37ba534e2f7b60ca08314e33aab7d0513.tar.bz2 lufa-7046ebb37ba534e2f7b60ca08314e33aab7d0513.zip |
Add board support for the Arduino YUN ATMEGA32U4 coprocessor.
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 07c60bba3..2f703f5ed 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -234,6 +234,9 @@ /** Selects the U2S specific board drivers, including the Button and LEDs drivers. */ #define BOARD_U2S 56 + /** Selects the YUN specific board drivers, including the driver for the board LEDs. */ + #define BOARD_YUN 57 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE |