Espressif-provided fix for open source LWIP on 1.4.0.
This commit is contained in:
parent
dec159bce1
commit
a161f882ae
|
@ -170,6 +170,7 @@ struct netif {
|
|||
/** the DHCP client state information for this netif */
|
||||
struct dhcp *dhcp;
|
||||
struct udp_pcb *dhcps_pcb; //dhcps
|
||||
void *pad;
|
||||
#endif /* LWIP_DHCP */
|
||||
#if LWIP_AUTOIP
|
||||
/** the AutoIP client state information for this netif */
|
||||
|
|
Loading…
Reference in New Issue