summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f429i-disco/src/stm32f429i-disco.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32f429i-disco/src/stm32f429i-disco.h')
-rw-r--r--nuttx/configs/stm32f429i-disco/src/stm32f429i-disco.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/nuttx/configs/stm32f429i-disco/src/stm32f429i-disco.h b/nuttx/configs/stm32f429i-disco/src/stm32f429i-disco.h
index 9a0aaf794..156a2d0e3 100644
--- a/nuttx/configs/stm32f429i-disco/src/stm32f429i-disco.h
+++ b/nuttx/configs/stm32f429i-disco/src/stm32f429i-disco.h
@@ -220,25 +220,6 @@ void stm32_ledpminitialize(void);
void stm32_pmbuttons(void);
#endif
-/****************************************************************************
- * Name: nsh_archinitialize
- *
- * Description:
- * Perform architecture specific initialization for NSH.
- *
- * CONFIG_NSH_ARCHINIT=y :
- * Called from the NSH library
- *
- * CONFIG_BOARD_INITIALIZE=y, CONFIG_NSH_LIBRARY=y, &&
- * CONFIG_NSH_ARCHINIT=n :
- * Called from board_initialize().
- *
- ****************************************************************************/
-
-#ifdef CONFIG_NSH_LIBRARY
-int nsh_archinitialize(void);
-#endif
-
#ifdef CONFIG_STM32F429I_DISCO_ILI9341
/****************************************************************************
* Name: stm32_ili93414ws_initialize