Correct a typo in conditional compilation
This commit is contained in:
parent
13a3c2930f
commit
d001ccb196
@ -279,7 +279,7 @@ static inline void net_statistics(FAR struct nsh_vtbl_s *vtbl)
|
|||||||
#ifdef CONFIG_NET_IPv4
|
#ifdef CONFIG_NET_IPv4
|
||||||
nsh_output(vtbl, " IPv4");
|
nsh_output(vtbl, " IPv4");
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_NET_IPv4
|
#ifdef CONFIG_NET_IPv6
|
||||||
nsh_output(vtbl, " IPv6");
|
nsh_output(vtbl, " IPv6");
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_NET_TCP
|
#ifdef CONFIG_NET_TCP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user