Enable strict prototype matching in the library Doxygen configuration file, to ensure...
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index 59e9bb7..0d9d212 100644 (file)
                        /** Selects the Olimex AVR-ISP-MK2 specific board drivers, including the Button and LED drivers. */
                        #define BOARD_OLIMEXISPMK2         50
 
+                       /** 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
+                       
+                       /** Selects the USB2AX version 3.1 specific board drivers, including the Button and LEDs drivers. */
+                       #define BOARD_USB2AX_V31           53
 
                        #if !defined(__DOXYGEN__)
                                #define BOARD_                 BOARD_NONE