未验证 提交 471d25ce 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #1799 from liruncong/dev0911

修正_sys_command_string返回值
......@@ -249,7 +249,7 @@ int _sys_tmpnam(char *name, int fileno, unsigned maxlength)
char *_sys_command_string(char *cmd, int len)
{
/* no support */
return cmd;
return RT_NULL;
}
/* This function writes a character to the console. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册