移除 shell 自动初始化

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2023-01-03 14:26:39 +08:00
parent 1ec5bc8ffd
commit 34b4188c72

View File

@@ -797,7 +797,7 @@ int finsh_system_init(void)
rt_thread_startup(tid);
return 0;
}
INIT_APP_EXPORT(finsh_system_init);
// INIT_APP_EXPORT(finsh_system_init);
#endif /* RT_USING_FINSH */