Add board driver support for the EVK1100 board.
[pub/USBasp.git] / LUFA / Drivers / Board / LEDs.h
index 5b407b4..4a2e2f5 100644 (file)
                #include "UC3/EVK1101/LEDs.h"
        #elif (BOARD == BOARD_TUL)
                #include "AVR8/TUL/LEDs.h"      
+       #elif (BOARD == BOARD_EVK1100)
+               #include "UC3/EVK1100/LEDs.h"
        #else
                #include "Board/LEDs.h"
        #endif