Cosmetic changes, updates to README files, updates to some comments

This commit is contained in:
Gregory Nutt
2014-06-30 17:52:59 -06:00
parent b7d73dab81
commit b416696205
2 changed files with 3 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ static inline uint16_t ping_newid(void)
#if defined(CONFIG_NET_STATISTICS) && !defined(CONFIG_NSH_DISABLE_IFCONFIG)
static inline void net_statistics(FAR struct nsh_vtbl_s *vtbl)
{
nsh_output(vtbl, "uIP IP ");
nsh_output(vtbl, " IP ");
#ifdef CONFIG_NET_TCP
nsh_output(vtbl, " TCP");
#endif