mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user