mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-13 15:38:09 +00:00
fix compiler error
This commit is contained in:
parent
d8d787545e
commit
35ef1e1b86
@ -29,7 +29,7 @@ struct dhcp
|
|||||||
struct dhcp_msg *msg_in;
|
struct dhcp_msg *msg_in;
|
||||||
/** incoming msg options */
|
/** incoming msg options */
|
||||||
struct dhcp_msg *options_in;
|
struct dhcp_msg *options_in;
|
||||||
** ingoing msg options length */
|
/** ingoing msg options length */
|
||||||
u16_t options_in_len;
|
u16_t options_in_len;
|
||||||
|
|
||||||
struct pbuf *p_out; // pbuf of outcoming msg
|
struct pbuf *p_out; // pbuf of outcoming msg
|
||||||
|
Loading…
Reference in New Issue
Block a user