Add missing U2S board definition, update build tests and documentation.
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index 44aa769..9fe6b47 100644 (file)
                        /** 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