Commit a161f882 authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Espressif-provided fix for open source LWIP on 1.4.0.

parent dec159bc
...@@ -170,6 +170,7 @@ struct netif { ...@@ -170,6 +170,7 @@ struct netif {
/** the DHCP client state information for this netif */ /** the DHCP client state information for this netif */
struct dhcp *dhcp; struct dhcp *dhcp;
struct udp_pcb *dhcps_pcb; //dhcps struct udp_pcb *dhcps_pcb; //dhcps
void *pad;
#endif /* LWIP_DHCP */ #endif /* LWIP_DHCP */
#if LWIP_AUTOIP #if LWIP_AUTOIP
/** the AutoIP client state information for this netif */ /** the AutoIP client state information for this netif */
......
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