Skip to content
Snippets Groups Projects
Commit dc29820b authored by David Sidrane's avatar David Sidrane Committed by Daniel Agar
Browse files

Document the LED colors used

parent 98394afc
No related branches found
No related tags found
No related merge requests found
......@@ -75,16 +75,16 @@ static uint32_t _led_param_get(int led)
{
switch (led) {
case 0:
return GPIO_LED0;
return GPIO_LED0; // LED_BLUE
case 1:
return GPIO_LED1;
return GPIO_LED1; // LED_RED
case 2:
return GPIO_LED2;
return GPIO_LED2; // LED SAFETY
case 3:
return GPIO_LED3;
return GPIO_LED3; // LED GREEN
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment