Skip to content
Snippets Groups Projects
Commit c7bfcf2c authored by Dean Camera's avatar Dean Camera
Browse files

Fix documentation of the board LED driver (thanks to Karl Lunt).

parent cfa399a5
No related branches found
No related tags found
No related merge requests found
...@@ -80,11 +80,11 @@ ...@@ -80,11 +80,11 @@
* // Turn on each of the four LEDs in turn * // Turn on each of the four LEDs in turn
* LEDs_SetAllLEDs(LEDS_LED1); * LEDs_SetAllLEDs(LEDS_LED1);
* Delay_MS(500); * Delay_MS(500);
* LEDs_SetAllLEDs(LEDS_LED1); * LEDs_SetAllLEDs(LEDS_LED2);
* Delay_MS(500); * Delay_MS(500);
* LEDs_SetAllLEDs(LEDS_LED1); * LEDs_SetAllLEDs(LEDS_LED3);
* Delay_MS(500); * Delay_MS(500);
* LEDs_SetAllLEDs(LEDS_LED1); * LEDs_SetAllLEDs(LEDS_LED4);
* Delay_MS(500); * Delay_MS(500);
* *
* // Turn on all LEDs * // Turn on all LEDs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment