cmd_reset_cause:remove ouput space.

can use ouput string set a env to argv
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
anjiahao 2022-06-20 16:23:07 +08:00 committed by Xiang Xiao
parent 29be9e3d1b
commit dbfe5fb573

View File

@ -351,7 +351,7 @@ int cmd_reset_cause(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
return ERROR;
}
nsh_output(vtbl, "cause:0x%x, flag:0x%" PRIx32 "\n",
nsh_output(vtbl, "cause:0x%x,flag:0x%" PRIx32 "\n",
cause.cause, cause.flag);
return OK;
}