mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Fix another error in conditional compilation; plus some additional cosmetic changes
This commit is contained in:
@@ -175,7 +175,7 @@ struct ipv6_hdr_s
|
||||
#endif /* CONFIG_NET_IPv6 */
|
||||
|
||||
#ifdef CONFIG_NET_STATISTICS
|
||||
#ifdef CONFIG_NET_IPv6
|
||||
#ifdef CONFIG_NET_IPv4
|
||||
struct ipv4_stats_s
|
||||
{
|
||||
net_stats_t drop; /* Number of dropped packets at the IP layer */
|
||||
|
||||
Reference in New Issue
Block a user