Fixed broken LowLevel Audio Out demo sampling frequency configuration (thanks to...
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index 07c60bb..06ff4dd 100644 (file)
                        /** Selects the U2S specific board drivers, including the Button and LEDs drivers. */
                        #define BOARD_U2S                  56
 
+                       /** Selects the Arduino YUN specific board drivers, including the driver for the board LEDs. */
+                       #define BOARD_YUN                  57
+
+                       /** Selects the Arduino Micro specific board drivers, including the driver for the board LEDs. */
+                       #define BOARD_MICRO                58
+
                        #if !defined(__DOXYGEN__)
                                #define BOARD_                 BOARD_NONE