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
+1 -1
Submodule arch updated: ee23d9991d...26a3df8169
+1 -1
Submodule configs updated: 8fcf1ca2b7...28e45ddd60
+1
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)