Added board driver support for the Busware TUL board.
[pub/lufa.git] / LUFA / Drivers / Board / LEDs.h
index 100f852..316f812 100644 (file)
                #include "AVR8/SPARKFUN8U2/LEDs.h"
        #elif (BOARD == BOARD_EVK1101)
                #include "UC3/EVK1101/LEDs.h"
+       #elif (BOARD == BOARD_TUL)
+               #include "AVR8/TUL/LEDs.h"      
        #else
                #include "Board/LEDs.h"
        #endif