summaryrefslogtreecommitdiff
path: root/nuttx/configs/demo9s12ne64/src/demo9s12ne64.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/demo9s12ne64/src/demo9s12ne64.h')
-rw-r--r--nuttx/configs/demo9s12ne64/src/demo9s12ne64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/demo9s12ne64/src/demo9s12ne64.h b/nuttx/configs/demo9s12ne64/src/demo9s12ne64.h
index 0a6c8e2c9..e27f8d62d 100644
--- a/nuttx/configs/demo9s12ne64/src/demo9s12ne64.h
+++ b/nuttx/configs/demo9s12ne64/src/demo9s12ne64.h
@@ -64,7 +64,7 @@
* Public Functions
************************************************************************************/
/************************************************************************************
- * Name: up_ledinit
+ * Name: board_led_initialize
*
* Description:
* Configure and initialize on-board LEDs
@@ -72,7 +72,7 @@
************************************************************************************/
#ifdef CONFIG_ARCH_LEDS
-extern void up_ledinit(void);
+extern void board_led_initialize(void);
#endif
/************************************************************************************