include/nuttx/net/netdef.h: Add a missing macro

This commit is contained in:
Gregory Nutt 2015-11-26 12:51:45 -06:00
parent 2a93c66948
commit 8075a67803
3 changed files with 3 additions and 2 deletions

2
arch

@ -1 +1 @@
Subproject commit ee23d9991d2fa2cb58a834dee03181558a03b855
Subproject commit 26a3df81693aa11a487fda52ee001792ed4212a6

@ -1 +1 @@
Subproject commit 8fcf1ca2b7ec45e4c5bd29258b5e5adc5ed8fcdc
Subproject commit 28e45ddd60209c12e6e8cae0c3100ee06c9cc36b

View File

@ -109,6 +109,7 @@
# define NETDEV_ERRORS(dev) _NETDEV_STATISTIC(dev,errors)
#else
# define NETDEV_RESET_STATISTICS(dev)
# define NETDEV_RXPACKETS(dev)
# define NETDEV_RXFRAGMENTS(dev)
# define NETDEV_RXERRORS(dev)