Espressif-provided fix for open source LWIP on 1.4.0.

This commit is contained in:
Johny Mattsson 2015-10-09 15:32:29 +11:00
parent dec159bce1
commit a161f882ae
1 changed files with 1 additions and 0 deletions

View File

@ -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 */