summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32-starterkit/src/up_leds.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/pic32-starterkit/src/up_leds.c')
-rw-r--r--nuttx/configs/pic32-starterkit/src/up_leds.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/pic32-starterkit/src/up_leds.c b/nuttx/configs/pic32-starterkit/src/up_leds.c
index 85460ae15..71e59343f 100644
--- a/nuttx/configs/pic32-starterkit/src/up_leds.c
+++ b/nuttx/configs/pic32-starterkit/src/up_leds.c
@@ -238,11 +238,11 @@ void pic32mx_setleds(uint8_t ledset)
#endif
/****************************************************************************
- * Name: up_ledon
+ * Name: board_led_on
****************************************************************************/
#ifdef CONFIG_ARCH_LEDS
-void up_ledon(int led)
+void board_led_on(int led)
{
if ((unsigned)led < LED_NVALUES)
{
@@ -252,11 +252,11 @@ void up_ledon(int led)
#endif
/****************************************************************************
- * Name: up_ledoff
+ * Name: board_led_off
****************************************************************************/
#ifdef CONFIG_ARCH_LEDS
-void up_ledoff(int led)
+void board_led_off(int led)
{
if ((unsigned)led < LED_NVALUES)
{