projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfa399a
)
Fix documentation of the board LED driver (thanks to Karl Lunt).
author
Dean Camera
<dean@fourwalledcubicle.com>
Mon, 23 Apr 2012 17:39:53 +0000
(17:39 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Mon, 23 Apr 2012 17:39:53 +0000
(17:39 +0000)
LUFA/Drivers/Board/LEDs.h
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Drivers/Board/LEDs.h
b/LUFA/Drivers/Board/LEDs.h
index
46589c2
..
9b8ebff
100644
(file)
--- a/
LUFA/Drivers/Board/LEDs.h
+++ b/
LUFA/Drivers/Board/LEDs.h
@@
-80,11
+80,11
@@
* // Turn on each of the four LEDs in turn
* LEDs_SetAllLEDs(LEDS_LED1);
* Delay_MS(500);
- * LEDs_SetAllLEDs(LEDS_LED
1
);
+ * LEDs_SetAllLEDs(LEDS_LED
2
);
* Delay_MS(500);
- * LEDs_SetAllLEDs(LEDS_LED
1
);
+ * LEDs_SetAllLEDs(LEDS_LED
3
);
* Delay_MS(500);
- * LEDs_SetAllLEDs(LEDS_LED
1
);
+ * LEDs_SetAllLEDs(LEDS_LED
4
);
* Delay_MS(500);
*
* // Turn on all LEDs