提交 cb51bdb2 编写于 作者: B Bernard Xiong

[finsh] fix compiling warning.

上级 dc194cd7
......@@ -243,6 +243,11 @@ int cmd_mkfs(int argc, char** argv)
return 0;
}
if (result != RT_EOK)
{
rt_kprintf("mkfs failed, result=%d\n", result);
}
return 0;
}
FINSH_FUNCTION_EXPORT_ALIAS(cmd_mkfs, __cmd_mkfs, format disk with file system);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册