Also rename LWIP_MDNS to LWIP_MDNS_RESPONDER in unit tests...

This commit is contained in:
Dirk Ziegelmeier 2016-08-17 16:03:42 +02:00
parent 2a90f33757
commit 93b286e508

View File

@ -53,7 +53,7 @@
/* Enable IGMP and MDNS for MDNS tests */
#define LWIP_IGMP 1
#define LWIP_MDNS 1
#define LWIP_MDNS_RESPONDER 1
/* Minimal changes to opt.h required for etharp unit tests: */
#define ETHARP_SUPPORT_STATIC_ENTRIES 1