Fix bootloaders to make the StaticAnalysis build test happy.
[pub/USBasp.git] / LUFA / Drivers / Board / LEDs.h
index 46589c2..7e7ab2e 100644 (file)
  *      // Turn on each of the four LEDs in turn
  *      LEDs_SetAllLEDs(LEDS_LED1);
  *      Delay_MS(500);
- *      LEDs_SetAllLEDs(LEDS_LED1);
+ *      LEDs_SetAllLEDs(LEDS_LED2);
  *      Delay_MS(500);
- *      LEDs_SetAllLEDs(LEDS_LED1);
+ *      LEDs_SetAllLEDs(LEDS_LED3);
  *      Delay_MS(500);
- *      LEDs_SetAllLEDs(LEDS_LED1);
+ *      LEDs_SetAllLEDs(LEDS_LED4);
  *      Delay_MS(500);
  *
  *      // Turn on all LEDs
                        #include "AVR8/MULTIO/LEDs.h"
                #elif (BOARD == BOARD_BIGMULTIO)
                        #include "AVR8/BIGMULTIO/LEDs.h"
+               #elif (BOARD == BOARD_DUCE)
+                       #include "AVR8/DUCE/LEDs.h"
                #else
                        #include "Board/LEDs.h"
                #endif