fixed bug #39076 ETHARP_STATS is not defined when LWIP_STATS is 0

This commit is contained in:
Simon Goldschmidt 2014-02-25 22:14:26 +01:00
parent 07fbe82305
commit fbdea8dc71

View File

@ -1716,6 +1716,7 @@
#else
#define LINK_STATS 0
#define ETHARP_STATS 0
#define IP_STATS 0
#define IPFRAG_STATS 0
#define ICMP_STATS 0