mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-17 21:56:45 +08:00
Fix compile when UDP is disabled
This commit is contained in:
@@ -978,7 +978,7 @@
|
||||
* IP_MULTICAST_TTL/IP_MULTICAST_IF/IP_MULTICAST_LOOP
|
||||
*/
|
||||
#if !defined LWIP_MULTICAST_TX_OPTIONS || defined __DOXYGEN__
|
||||
#define LWIP_MULTICAST_TX_OPTIONS LWIP_IGMP
|
||||
#define LWIP_MULTICAST_TX_OPTIONS (LWIP_IGMP && LWIP_UDP)
|
||||
#endif
|
||||
/**
|
||||
* @}
|
||||
|
||||
Reference in New Issue
Block a user