summaryrefslogtreecommitdiff
path: root/nuttx/configs/viewtool-stm32f107/src/stm32_leds.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/viewtool-stm32f107/src/stm32_leds.c')
-rw-r--r--nuttx/configs/viewtool-stm32f107/src/stm32_leds.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/viewtool-stm32f107/src/stm32_leds.c b/nuttx/configs/viewtool-stm32f107/src/stm32_leds.c
index 8bc42d707..3b468a9aa 100644
--- a/nuttx/configs/viewtool-stm32f107/src/stm32_leds.c
+++ b/nuttx/configs/viewtool-stm32f107/src/stm32_leds.c
@@ -157,7 +157,7 @@ void stm32_ledinit(void)
}
/****************************************************************************
- * Name: up_ledon
+ * Name: board_led_on
*
* Description:
* Select the "logical" ON state:
@@ -178,7 +178,7 @@ void stm32_ledinit(void)
****************************************************************************/
#ifdef CONFIG_ARCH_LEDS
-void up_ledon(int led)
+void board_led_on(int led)
{
switch (led)
{
@@ -210,7 +210,7 @@ void up_ledon(int led)
#endif
/****************************************************************************
- * Name: up_ledoff
+ * Name: board_led_off
*
* Description:
* Select the "logical" OFF state:
@@ -231,7 +231,7 @@ void up_ledon(int led)
****************************************************************************/
#ifdef CONFIG_ARCH_LEDS
-void up_ledoff(int led)
+void board_led_off(int led)
{
switch (led)
{