mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-21 05:28:22 +00:00
Trivial change for consistency.
This commit is contained in:
parent
eaa0daacfa
commit
fe2c662ee8
1 changed files with 2 additions and 2 deletions
|
|
@ -1295,11 +1295,11 @@ int cmd_ping(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
|||
{
|
||||
if (seqno == -ETIMEDOUT)
|
||||
{
|
||||
nsh_output(vtbl, "seq=%d Request timeout\n", i);
|
||||
nsh_output(vtbl, "icmp_seq=%d Request timeout\n", i);
|
||||
}
|
||||
else if (seqno == -ENETUNREACH)
|
||||
{
|
||||
nsh_output(vtbl, "seq=%d Network is unreachable\n", i);
|
||||
nsh_output(vtbl, "icmp_seq=%d Network is unreachable\n", i);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue