mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-06 09:39:59 +00:00
Forgot two explicit initializations...
This commit is contained in:
parent
199648ff37
commit
c13ec867c9
@ -58,8 +58,8 @@
|
|||||||
#define NETIF_LINK_CALLBACK(n) { /* NOP */ }
|
#define NETIF_LINK_CALLBACK(n) { /* NOP */ }
|
||||||
#endif /* LWIP_NETIF_LINK_CALLBACK */
|
#endif /* LWIP_NETIF_LINK_CALLBACK */
|
||||||
|
|
||||||
struct netif *netif_list = NULL;
|
struct netif *netif_list;
|
||||||
struct netif *netif_default = NULL;
|
struct netif *netif_default;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a network interface to the list of lwIP netifs.
|
* Add a network interface to the list of lwIP netifs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user