mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +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;
|
||||
/** incoming msg options */
|
||||
struct dhcp_msg *options_in;
|
||||
** ingoing msg options length */
|
||||
/** ingoing msg options length */
|
||||
u16_t options_in_len;
|
||||
|
||||
struct pbuf *p_out; // pbuf of outcoming msg
|
||||
|
Loading…
Reference in New Issue
Block a user