mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
Rename arch_nshinitialize() to board_app_initialize()
This commit is contained in:
@@ -95,7 +95,7 @@ void nsh_initialize(void)
|
||||
|
||||
/* Perform architecture-specific initialization (if available) */
|
||||
|
||||
(void)nsh_archinitialize();
|
||||
(void)board_app_initialize();
|
||||
|
||||
/* Bring up the network */
|
||||
|
||||
|
Reference in New Issue
Block a user