summaryrefslogtreecommitdiff
path: root/nuttx/configs/demo9s12ne64/src/up_leds.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/demo9s12ne64/src/up_leds.c')
-rw-r--r--nuttx/configs/demo9s12ne64/src/up_leds.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/demo9s12ne64/src/up_leds.c b/nuttx/configs/demo9s12ne64/src/up_leds.c
index 49266aced..39733dcde 100644
--- a/nuttx/configs/demo9s12ne64/src/up_leds.c
+++ b/nuttx/configs/demo9s12ne64/src/up_leds.c
@@ -75,7 +75,7 @@
****************************************************************************/
/****************************************************************************
- * Name: up_ledinit
+ * Name: board_led_initialize
*
* Description:
* Configure and initialize on-board LEDs
@@ -83,23 +83,23 @@
****************************************************************************/
#ifdef CONFIG_ARCH_LEDS
-void up_ledinit(void)
+void board_led_initialize(void)
{
}
/****************************************************************************
- * Name: up_ledon
+ * Name: board_led_on
****************************************************************************/
-void up_ledon(int led)
+void board_led_on(int led)
{
}
/****************************************************************************
- * Name: up_ledoff
+ * Name: board_led_off
****************************************************************************/
-void up_ledoff(int led)
+void board_led_off(int led)
{
}