Apply fix from Axel Lin

(Build issue if LWIP_DHCP is set to 0)
This commit is contained in:
Dirk Ziegelmeier 2018-10-08 11:42:28 +02:00
parent 7ba69d875c
commit 54fc708c76

View File

@ -927,7 +927,7 @@
* LWIP_DHCP_DOES_ACD_CHECK==1: Perform address conflict detection on the dhcp address.
*/
#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
/**