Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
a161f882
Commit
a161f882
authored
Oct 09, 2015
by
Johny Mattsson
Browse files
Espressif-provided fix for open source LWIP on 1.4.0.
parent
dec159bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/include/lwip/netif.h
View file @
a161f882
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment