Fix documentation of the board LED driver (thanks to Karl Lunt).
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 23 Apr 2012 17:39:53 +0000 (17:39 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 23 Apr 2012 17:39:53 +0000 (17:39 +0000)
LUFA/Drivers/Board/LEDs.h

index 46589c2..9b8ebff 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