Merge branch 'master' of https://git.trustie.net/xuos/xiuos into develop

This commit is contained in:
Wang_Weigen
2021-05-10 10:07:50 +08:00
12 changed files with 25 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ long Version(void)
return 0;
}
SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN,
Version,Version, show xios Version information);
Version,Version, show XiUOS Version information);
static __inline void PrintSpace(int len)
{