Add missing doxygen group terminator to the new CompilerSpecific.h header file.
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index f41ca88..970a8c9 100644 (file)
                        
                        /** Selects the Busware TUL specific board drivers, including the Button and LED drivers. */
                        #define BOARD_TUL           28
+
+                       /** Selects the Atmel EVK1100 specific board drivers, including the Button, Joystick and LED drivers. */
+                       #define BOARD_EVK1100       29
+
+                       /** Selects the Atmel EVK1104 specific board drivers, including the Button and LED drivers. */
+                       #define BOARD_EVK1104       30
                        
                        #if !defined(__DOXYGEN__)
                                #define BOARD_          BOARD_NONE