summaryrefslogtreecommitdiff
path: root/nuttx/configs/nucleo-f4x1re/src/stm32_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/nucleo-f4x1re/src/stm32_boot.c')
-rw-r--r--nuttx/configs/nucleo-f4x1re/src/stm32_boot.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/configs/nucleo-f4x1re/src/stm32_boot.c b/nuttx/configs/nucleo-f4x1re/src/stm32_boot.c
index 92f17e489..d9962a8ee 100644
--- a/nuttx/configs/nucleo-f4x1re/src/stm32_boot.c
+++ b/nuttx/configs/nucleo-f4x1re/src/stm32_boot.c
@@ -121,6 +121,11 @@ void board_initialize(void)
#if defined(CONFIG_NSH_LIBRARY) && !defined(CONFIG_NSH_ARCHINIT)
nsh_archinitialize();
+#endif
+
+ /* CC3000 wireless initialization */
+
+#ifdef CONFIG_WL_CC3000
wireless_archinitialize(0);
#endif
}