Commit 91f6fbd1 authored by Tim Hockin's avatar Tim Hockin

natsemi enet double decl compile fix

parent 5a35c454
...@@ -177,7 +177,6 @@ c-help: http://www.scyld.com/network/natsemi.html ...@@ -177,7 +177,6 @@ c-help: http://www.scyld.com/network/natsemi.html
/* The user-configurable values. /* The user-configurable values.
These may be modified when a driver module is loaded.*/ These may be modified when a driver module is loaded.*/
static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */
#define NATSEMI_DEF_MSG (NETIF_MSG_DRV | \ #define NATSEMI_DEF_MSG (NETIF_MSG_DRV | \
NETIF_MSG_LINK | \ NETIF_MSG_LINK | \
NETIF_MSG_WOL | \ NETIF_MSG_WOL | \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment