summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-stm32-p207/src/up_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-stm32-p207/src/up_boot.c')
-rw-r--r--nuttx/configs/olimex-stm32-p207/src/up_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/olimex-stm32-p207/src/up_boot.c b/nuttx/configs/olimex-stm32-p207/src/up_boot.c
index 29658ae54..ba0a04b26 100644
--- a/nuttx/configs/olimex-stm32-p207/src/up_boot.c
+++ b/nuttx/configs/olimex-stm32-p207/src/up_boot.c
@@ -84,7 +84,7 @@ void stm32_boardinitialize(void)
/* Configure on-board LEDs if LED support has been selected. */
#ifdef CONFIG_ARCH_LEDS
- up_ledinit();
+ board_led_initialize();
#endif
/* Configure on-board BUTTONs if BUTTON support has been selected. */