未验证 提交 48ff5189 编写于 作者: O openharmony_ci 提交者: Gitee

!727 OsShellCmdFreeInfo打印换行修改

Merge pull request !727 from wangchen/0622_m
......@@ -49,7 +49,7 @@ LITE_OS_SEC_TEXT_MINOR STATIC UINT32 OsShellCmdFreeInfo(INT32 argc, const CHAR *
if ((argc == 0) ||
((argc == 1) && (strcmp(argv[0], "-k") == 0)) ||
((argc == 1) && (strcmp(argv[0], "-m") == 0))) {
PRINTK("\r\n total used free\n");
PRINTK("\n total used free\n");
}
if ((argc == 1) && (strcmp(argv[0], "-k") == 0)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册