mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
Apply fix from Axel Lin
(Build issue if LWIP_DHCP is set to 0)
This commit is contained in:
parent
7ba69d875c
commit
54fc708c76
@ -927,7 +927,7 @@
|
|||||||
* LWIP_DHCP_DOES_ACD_CHECK==1: Perform address conflict detection on the dhcp address.
|
* LWIP_DHCP_DOES_ACD_CHECK==1: Perform address conflict detection on the dhcp address.
|
||||||
*/
|
*/
|
||||||
#if !defined LWIP_DHCP_DOES_ACD_CHECK || defined __DOXYGEN__
|
#if !defined LWIP_DHCP_DOES_ACD_CHECK || defined __DOXYGEN__
|
||||||
#define LWIP_DHCP_DOES_ACD_CHECK 1
|
#define LWIP_DHCP_DOES_ACD_CHECK LWIP_DHCP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user