提交 340a013f 编写于 作者: B Bernard Xiong

[finsh] export system symbol

上级 6ee8244a
......@@ -253,6 +253,7 @@ int system(const char *command)
{
return msh_exec_module(command, rt_strlen(command));
}
RTM_EXPORT(system);
#endif
static int _msh_exec_cmd(char* cmd, rt_size_t length, int *retp)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册