summaryrefslogtreecommitdiff
path: root/nuttx/configs/mikroe-stm32f4/src/stm32_nsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mikroe-stm32f4/src/stm32_nsh.c')
-rw-r--r--nuttx/configs/mikroe-stm32f4/src/stm32_nsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/mikroe-stm32f4/src/stm32_nsh.c b/nuttx/configs/mikroe-stm32f4/src/stm32_nsh.c
index 836b4273e..bff2f0678 100644
--- a/nuttx/configs/mikroe-stm32f4/src/stm32_nsh.c
+++ b/nuttx/configs/mikroe-stm32f4/src/stm32_nsh.c
@@ -348,7 +348,7 @@ int board_app_initialize(void)
syslog(LOG_INFO, "Initializing TFT LCD module\n");
- ret = up_lcdinitialize();
+ ret = board_lcd_initialize();
if (ret != OK)
{
syslog(LOG_ERR, "ERROR: Failed to initialize TFT LCD module\n");