Rename board_led_on to board_autoled_on

This commit is contained in:
Gregory Nutt
2015-11-01 09:07:36 -06:00
parent 88c506d843
commit 78f19bbefb
102 changed files with 217 additions and 217 deletions
+2 -2
View File
@@ -133,10 +133,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
switch (led) switch (led)
{ {
+2 -2
View File
@@ -73,10 +73,10 @@ void board_autoled_initializeialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
at32uc3_gpiowrite(PINMUX_GPIO_LED1, (led != 0)); at32uc3_gpiowrite(PINMUX_GPIO_LED1, (led != 0));
at32uc3_gpiowrite(PINMUX_GPIO_LED2, (led == 2)); at32uc3_gpiowrite(PINMUX_GPIO_LED2, (led == 2));
+2 -2
View File
@@ -83,10 +83,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
if (led < 8) if (led < 8)
{ {
@@ -134,7 +134,7 @@
* Name: up_ledon * Name: up_ledon
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
switch (led) switch (led)
{ {
+3 -3
View File
@@ -369,10 +369,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
led_setonoff(ON_BITS(g_ledbits[led])); led_setonoff(ON_BITS(g_ledbits[led]));
} }
@@ -398,7 +398,7 @@ void up_ledpminitialize(void)
int ret = pm_register(&g_ledscb); int ret = pm_register(&g_ledscb);
if (ret != OK) if (ret != OK)
{ {
board_led_on(LED_ASSERTION); board_autoled_on(LED_ASSERTION);
} }
} }
#endif /* CONFIG_PM */ #endif /* CONFIG_PM */
+2 -2
View File
@@ -88,10 +88,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
} }
+2 -2
View File
@@ -70,10 +70,10 @@ void tm4c_ledinit(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
/* --------------- ------- ---- ----- -------------------- /* --------------- ------- ---- ----- --------------------
* STATE VALUE RED GREEN BLUE * STATE VALUE RED GREEN BLUE
+2 -2
View File
@@ -89,10 +89,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
} }
+2 -2
View File
@@ -89,10 +89,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
} }
+4 -4
View File
@@ -111,10 +111,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
switch (led) switch (led)
{ {
@@ -130,9 +130,9 @@ void board_led_on(int led)
g_nest++; g_nest++;
case LED_IRQSENABLED: case LED_IRQSENABLED:
case LED_STACKCREATED: case LED_STACKCREATED:
led_dumpgpio("board_led_on: before tiva_gpiowrite()"); led_dumpgpio("board_autoled_on: before tiva_gpiowrite()");
tiva_gpiowrite(LED_GPIO, false); tiva_gpiowrite(LED_GPIO, false);
led_dumpgpio("board_led_on: after tiva_gpiowrite()"); led_dumpgpio("board_autoled_on: after tiva_gpiowrite()");
break; break;
} }
} }
+2 -2
View File
@@ -239,10 +239,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
led_setonoff(ON_BITS(g_ledbits[led])); led_setonoff(ON_BITS(g_ledbits[led]));
} }
+1 -1
View File
@@ -237,7 +237,7 @@ void efm32_led_pminitialize(void)
int ret = pm_register(&g_ledscb); int ret = pm_register(&g_ledscb);
if (ret != OK) if (ret != OK)
{ {
board_led_on(LED_ASSERTION); board_autoled_on(LED_ASSERTION);
} }
} }
#endif /* CONFIG_PM */ #endif /* CONFIG_PM */
+2 -2
View File
@@ -130,10 +130,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
bool led0on = false; /* High illuminates */ bool led0on = false; /* High illuminates */
bool led1on = false; /* High illuminates */ bool led1on = false; /* High illuminates */
+4 -4
View File
@@ -108,10 +108,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
switch (led) switch (led)
{ {
@@ -127,9 +127,9 @@ void board_led_on(int led)
g_nest++; g_nest++;
case LED_IRQSENABLED: case LED_IRQSENABLED:
case LED_STACKCREATED: case LED_STACKCREATED:
led_dumpgpio("board_led_on: before tiva_gpiowrite()"); led_dumpgpio("board_autoled_on: before tiva_gpiowrite()");
tiva_gpiowrite(LED_GPIO, false); tiva_gpiowrite(LED_GPIO, false);
led_dumpgpio("board_led_on: after tiva_gpiowrite()"); led_dumpgpio("board_autoled_on: after tiva_gpiowrite()");
break; break;
} }
} }
+2 -2
View File
@@ -74,10 +74,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
} }
+2 -2
View File
@@ -227,10 +227,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
FAR const uint8_t *tmp = g_currglyph; FAR const uint8_t *tmp = g_currglyph;
switch (led) switch (led)
+3 -3
View File
@@ -349,10 +349,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
led_setonoff(ON_BITS(g_ledbits[led])); led_setonoff(ON_BITS(g_ledbits[led]));
} }
@@ -378,7 +378,7 @@ void up_ledpminitialize(void)
int ret = pm_register(&g_ledscb); int ret = pm_register(&g_ledscb);
if (ret != OK) if (ret != OK)
{ {
board_led_on(LED_ASSERTION); board_autoled_on(LED_ASSERTION);
} }
} }
#endif /* CONFIG_PM */ #endif /* CONFIG_PM */
+2 -2
View File
@@ -133,10 +133,10 @@ void kl_ledinit(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
if (led == LED_STACKCREATED) if (led == LED_STACKCREATED)
{ {
+2 -2
View File
@@ -133,10 +133,10 @@ void kl_ledinit(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
if (led == LED_STACKCREATED) if (led == LED_STACKCREATED)
{ {
+2 -2
View File
@@ -219,10 +219,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
led_setonoff(ON_BITS(g_ledbits[led])); led_setonoff(ON_BITS(g_ledbits[led]));
} }
+2 -2
View File
@@ -86,10 +86,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
/* The KwikStik-K40 board has no MCU driven, GPIO-based LEDs */ /* The KwikStik-K40 board has no MCU driven, GPIO-based LEDs */
} }
+2 -2
View File
@@ -134,10 +134,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
/* We will control LED1 and LED2 not yet completed the boot sequence. */ /* We will control LED1 and LED2 not yet completed the boot sequence. */
+4 -4
View File
@@ -108,10 +108,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
switch (led) switch (led)
{ {
@@ -127,9 +127,9 @@ void board_led_on(int led)
g_nest++; g_nest++;
case LED_IRQSENABLED: case LED_IRQSENABLED:
case LED_STACKCREATED: case LED_STACKCREATED:
led_dumpgpio("board_led_on: before tiva_gpiowrite()"); led_dumpgpio("board_autoled_on: before tiva_gpiowrite()");
tiva_gpiowrite(LED1_GPIO, false); tiva_gpiowrite(LED1_GPIO, false);
led_dumpgpio("board_led_on: after tiva_gpiowrite()"); led_dumpgpio("board_autoled_on: after tiva_gpiowrite()");
break; break;
} }
} }
+4 -4
View File
@@ -107,10 +107,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
switch (led) switch (led)
{ {
@@ -126,9 +126,9 @@ void board_led_on(int led)
g_nest++; g_nest++;
case LED_IRQSENABLED: case LED_IRQSENABLED:
case LED_STACKCREATED: case LED_STACKCREATED:
led_dumpgpio("board_led_on: before tiva_gpiowrite()"); led_dumpgpio("board_autoled_on: before tiva_gpiowrite()");
tiva_gpiowrite(LED_GPIO, false); tiva_gpiowrite(LED_GPIO, false);
led_dumpgpio("board_led_on: after tiva_gpiowrite()"); led_dumpgpio("board_autoled_on: after tiva_gpiowrite()");
break; break;
} }
} }
+4 -4
View File
@@ -107,10 +107,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
switch (led) switch (led)
{ {
@@ -126,9 +126,9 @@ void board_led_on(int led)
g_nest++; g_nest++;
case LED_IRQSENABLED: case LED_IRQSENABLED:
case LED_STACKCREATED: case LED_STACKCREATED:
led_dumpgpio("board_led_on: before tiva_gpiowrite()"); led_dumpgpio("board_autoled_on: before tiva_gpiowrite()");
tiva_gpiowrite(LED_GPIO, false); tiva_gpiowrite(LED_GPIO, false);
led_dumpgpio("board_led_on: after tiva_gpiowrite()"); led_dumpgpio("board_autoled_on: after tiva_gpiowrite()");
break; break;
} }
} }
@@ -152,10 +152,10 @@ void lm4f_ledinit(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
switch (led) switch (led)
{ {
+2 -2
View File
@@ -157,10 +157,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
switch (led) switch (led)
{ {
+2 -2
View File
@@ -151,10 +151,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
bool ledon = true; /* OFF. Low illuminates */ bool ledon = true; /* OFF. Low illuminates */
+2 -2
View File
@@ -123,10 +123,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
bool ledon = true; /* OFF. Low illuminates */ bool ledon = true; /* OFF. Low illuminates */
+2 -2
View File
@@ -99,10 +99,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
bool off; bool off;
+2 -2
View File
@@ -99,10 +99,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
bool off; bool off;
+3 -3
View File
@@ -100,12 +100,12 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
ledvdbg("board_led_on(%d)\n", led); ledvdbg("board_autoled_on(%d)\n", led);
switch (led) switch (led)
{ {
case LED_STARTED: case LED_STARTED:
+2 -2
View File
@@ -137,10 +137,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
/* We will control LED1 and LED2 not yet completed the boot sequence. */ /* We will control LED1 and LED2 not yet completed the boot sequence. */
+2 -2
View File
@@ -97,10 +97,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
putled(LEDBIT(led),LED_CLR_OFFSET); putled(LEDBIT(led),LED_CLR_OFFSET);
} }
+1 -1
View File
@@ -67,7 +67,7 @@
*/ */
#if defined(CONFIG_ARCH_LEDS) && defined(LED_IDLE) #if defined(CONFIG_ARCH_LEDS) && defined(LED_IDLE)
# define BEGIN_IDLE() board_led_on(LED_IDLE) # define BEGIN_IDLE() board_autoled_on(LED_IDLE)
# define END_IDLE() board_led_off(LED_IDLE) # define END_IDLE() board_led_off(LED_IDLE)
#else #else
# define BEGIN_IDLE() # define BEGIN_IDLE()
+2 -2
View File
@@ -230,11 +230,11 @@ void pic32mx_setleds(uint8_t ledset)
#endif #endif
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
#ifdef CONFIG_ARCH_LEDS #ifdef CONFIG_ARCH_LEDS
void board_led_on(int led) void board_autoled_on(int led)
{ {
if ((unsigned)led < LED_NVALUES) if ((unsigned)led < LED_NVALUES)
{ {
+2 -2
View File
@@ -105,10 +105,10 @@ void atmega_ledinit(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
/* ON OFF /* ON OFF
* LED_STARTED 0 OFF ON (never happens) * LED_STARTED 0 OFF ON (never happens)
+2 -2
View File
@@ -71,10 +71,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
switch (led) switch (led)
{ {
+2 -2
View File
@@ -109,10 +109,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
switch (led) switch (led)
{ {
+2 -2
View File
@@ -73,10 +73,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
if (led == GIO_LED_GREEN) if (led == GIO_LED_GREEN)
{ {
+2 -2
View File
@@ -97,10 +97,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
if (led == BOARD_LED1) if (led == BOARD_LED1)
{ {
+2 -2
View File
@@ -94,10 +94,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
if (led == 1) if (led == 1)
{ {
+2 -2
View File
@@ -138,10 +138,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
/* We will control LED1 and LED2 not yet completed the boot sequence. */ /* We will control LED1 and LED2 not yet completed the boot sequence. */
+2 -2
View File
@@ -128,10 +128,10 @@ void nuc_ledinit(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
nuc_gpiowrite(GPIO_LED, false); nuc_gpiowrite(GPIO_LED, false);
} }
+2 -2
View File
@@ -98,7 +98,7 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
* *
* Description: * Description:
* Select the "logical" ON state: * Select the "logical" ON state:
@@ -119,7 +119,7 @@ void board_autoled_initialize(void)
****************************************************************************/ ****************************************************************************/
#ifdef CONFIG_ARCH_LEDS #ifdef CONFIG_ARCH_LEDS
void board_led_on(int led) void board_autoled_on(int led)
{ {
switch (led) switch (led)
{ {
+2 -2
View File
@@ -149,11 +149,11 @@ void lpc17_setleds(uint8_t ledset)
#endif #endif
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
#ifdef CONFIG_ARCH_LEDS #ifdef CONFIG_ARCH_LEDS
void board_led_on(int led) void board_autoled_on(int led)
{ {
switch (led) switch (led)
{ {
+2 -2
View File
@@ -97,10 +97,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
putled8(~(LEDBIT(led)), LED_MASK_OFFSET); putled8(~(LEDBIT(led)), LED_MASK_OFFSET);
putled8(LEDBIT(led), LED_SET_OFFSET); putled8(LEDBIT(led), LED_SET_OFFSET);
@@ -91,10 +91,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
if(led == LED_STARTED) if(led == LED_STARTED)
stm32_gpiowrite(GPIO_LED_STATUS, true); stm32_gpiowrite(GPIO_LED_STATUS, true);
@@ -163,10 +163,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
led_clrbits(BOARD_LED1_BIT | BOARD_LED2_BIT | BOARD_LED3_BIT | BOARD_LED4_BIT); led_clrbits(BOARD_LED1_BIT | BOARD_LED2_BIT | BOARD_LED3_BIT | BOARD_LED4_BIT);
led_setbits(g_ledbits[led]); led_setbits(g_ledbits[led]);
+2 -2
View File
@@ -129,10 +129,10 @@ void board_autoled_initialize(void)
} }
/**************************************************************************** /****************************************************************************
* Name: board_led_on * Name: board_autoled_on
****************************************************************************/ ****************************************************************************/
void board_led_on(int led) void board_autoled_on(int led)
{ {
/* The Olimex board has only two LEDs, so following states are faked as /* The Olimex board has only two LEDs, so following states are faked as
* follows * follows

Some files were not shown because too many files have changed in this diff Show More