mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
Correct a typo in conditional compilation
This commit is contained in:
@@ -279,7 +279,7 @@ static inline void net_statistics(FAR struct nsh_vtbl_s *vtbl)
|
||||
#ifdef CONFIG_NET_IPv4
|
||||
nsh_output(vtbl, " IPv4");
|
||||
#endif
|
||||
#ifdef CONFIG_NET_IPv4
|
||||
#ifdef CONFIG_NET_IPv6
|
||||
nsh_output(vtbl, " IPv6");
|
||||
#endif
|
||||
#ifdef CONFIG_NET_TCP
|
||||
|
Reference in New Issue
Block a user