mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
nshlib/nsh_syscmds: Fix resetcause and rpmsg_help typos
nshlib/nsh_syscmds.c:111: unkown ==> unknown nshlib/nsh_syscmds.c:651: acknowlege ==> acknowledge Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
This commit is contained in:

committed by
Mateusz Szafoni

parent
09f0f89e3a
commit
10cab6bf6d
@@ -108,7 +108,7 @@ static FAR const char *const g_resetcause[] =
|
||||
"cpu_rtc_watchdog",
|
||||
"pin",
|
||||
"lowpower",
|
||||
"unkown"
|
||||
"unknown"
|
||||
};
|
||||
#endif
|
||||
|
||||
@@ -648,7 +648,7 @@ static int cmd_rpmsg_help(FAR struct nsh_vtbl_s *vtbl, int argc,
|
||||
"<period(ms)>\n\n", argv[0]);
|
||||
nsh_output(vtbl, "<times> Number of ping operations.\n");
|
||||
nsh_output(vtbl, "<length> The length of each ping packet.\n");
|
||||
nsh_output(vtbl, "<cmd> Whether the peer acknowlege or "
|
||||
nsh_output(vtbl, "<cmd> Whether the peer acknowledge or "
|
||||
"check data.\n");
|
||||
nsh_output(vtbl, " Bit0 - Request need ack or not.\n");
|
||||
nsh_output(vtbl, " Bit1 - Check the data or not.\n");
|
||||
|
Reference in New Issue
Block a user