Added board hardware driver support for the EVK1104 board.
[pub/USBasp.git] / LUFA / Drivers / Board / LEDs.h
index 4a2e2f5..ff5d2ff 100644 (file)
                #include "AVR8/TUL/LEDs.h"      
        #elif (BOARD == BOARD_EVK1100)
                #include "UC3/EVK1100/LEDs.h"
+       #elif (BOARD == BOARD_EVK1104)
+               #include "UC3/EVK1104/LEDs.h"
        #else
                #include "Board/LEDs.h"
        #endif