summaryrefslogtreecommitdiff
path: root/nuttx/configs/nucleus2g/src/up_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/nucleus2g/src/up_boot.c')
-rw-r--r--nuttx/configs/nucleus2g/src/up_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/nucleus2g/src/up_boot.c b/nuttx/configs/nucleus2g/src/up_boot.c
index ee2855c2f..ce50c8827 100644
--- a/nuttx/configs/nucleus2g/src/up_boot.c
+++ b/nuttx/configs/nucleus2g/src/up_boot.c
@@ -106,7 +106,7 @@ void lpc17_boardinitialize(void)
/* Configure on-board LEDs if LED support has been selected. */
#ifdef CONFIG_ARCH_LEDS
- up_ledinit();
+ board_led_initialize();
#endif
/* Configure the relay outptus for use on the BMS master board */