Add missing U2S board definition, update build tests and documentation.

This commit is contained in:
Dean Camera 2013-06-22 13:13:17 +02:00
parent 4a4b9d3051
commit ed922ff422
5 changed files with 7 additions and 1 deletions

View file

@ -231,6 +231,9 @@
/** Selects the XMEGA C3 XPLAINED specific board drivers, including the Button and LEDs drivers. */
#define BOARD_C3_XPLAINED 55
/** Selects the U2S specific board drivers, including the Button and LEDs drivers. */
#define BOARD_U2S 56
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE