Added board hardware driver support for the Arduino Uno development board.
[pub/lufa.git] / LUFA / Common / BoardTypes.h
index b10c225..1b90d82 100644 (file)
 
                        /** Selects the BUI specific board drivers, including the driver for the board LEDs. */
                        #define BOARD_BUI           17
+
+                       /** Selects the Arduino Uno specific board drivers, including the driver for the board LEDs. */
+                       #define BOARD_UNO           18
                        
                        #if !defined(__DOXYGEN__)
                                #define BOARD_          BOARD_NONE