summaryrefslogtreecommitdiff
path: root/nuttx/configs/mbed/src/lpc17_nsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mbed/src/lpc17_nsh.c')
-rw-r--r--nuttx/configs/mbed/src/lpc17_nsh.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/mbed/src/lpc17_nsh.c b/nuttx/configs/mbed/src/lpc17_nsh.c
index b8c3e9078..6bbb16d5e 100644
--- a/nuttx/configs/mbed/src/lpc17_nsh.c
+++ b/nuttx/configs/mbed/src/lpc17_nsh.c
@@ -43,6 +43,7 @@
#include <syslog.h>
#include <errno.h>
+#include <nuttx/board.h>
#include <nuttx/spi/spi.h>
#include <nuttx/mmcsd.h>
@@ -72,14 +73,14 @@
****************************************************************************/
/****************************************************************************
- * Name: nsh_archinitialize
+ * Name: board_app_initialize
*
* Description:
* Perform architecture specific initialization
*
****************************************************************************/
-int nsh_archinitialize(void)
+int board_app_initialize(void)
{
return OK;
}