boards cleanup old nsh_archinitialize

This commit is contained in:
Daniel Agar
2019-11-03 11:21:50 -05:00
parent ee003370c4
commit 40850f58ee
14 changed files with 7 additions and 145 deletions

View File

@@ -35,7 +35,7 @@
* @file init.c
*
* PX4FMU-specific early startup code. This file implements the
* nsh_archinitialize() function that is called early by nsh during startup.
* board_app_initialize() function that is called early by nsh during startup.
*
* Code here is run before the rcS script is invoked; it should start required
* subsystems and perform board-specific initialisation.