summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval/src/stm32_composite.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval/src/stm32_composite.c')
-rw-r--r--nuttx/configs/stm3210e-eval/src/stm32_composite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm3210e-eval/src/stm32_composite.c b/nuttx/configs/stm3210e-eval/src/stm32_composite.c
index 33118ee58..60eaa5d6a 100644
--- a/nuttx/configs/stm3210e-eval/src/stm32_composite.c
+++ b/nuttx/configs/stm3210e-eval/src/stm32_composite.c
@@ -90,8 +90,8 @@
int composite_archinitialize(void)
{
/* If system/composite is built as an NSH command, then SD slot should
- * already have been initialized in nsh_archinitialize() (see stm32_nsh.c). In
- * this case, there is nothing further to be done here.
+ * already have been initialized in board_app_initialize() (see
+ * stm32_nsh.c). In this case, there is nothing further to be done here.
*
* NOTE: CONFIG_NSH_BUILTIN_APPS is not a fool-proof indication that NSH
* was built.