Fix another error in conditional compilation; plus some additional cosmetic changes
This commit is contained in:
parent
d001ccb196
commit
6d2ecf8a79
@ -292,7 +292,7 @@ static inline void net_statistics(FAR struct nsh_vtbl_s *vtbl)
|
|||||||
nsh_output(vtbl, " ICMP");
|
nsh_output(vtbl, " ICMP");
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_NET_ICMPv6
|
#ifdef CONFIG_NET_ICMPv6
|
||||||
nsh_output(vtbl, " ICMP6");
|
nsh_output(vtbl, " ICMPv6");
|
||||||
#endif
|
#endif
|
||||||
nsh_output(vtbl, "\n");
|
nsh_output(vtbl, "\n");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user