From 08b12f2346ad4e618d2748d0aaef1195e8e7737e Mon Sep 17 00:00:00 2001 From: Mohamed Seliem Date: Fri, 17 Mar 2017 20:21:56 +0200 Subject: [PATCH] fix a macro related to multicast, which are not user configuration fix a macro related to multicast, which are not user configuration - RPL_CONF_MULTICAST -> RPL_WITH_MULTICAST --- core/net/ipv6/multicast/uip-mcast6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/net/ipv6/multicast/uip-mcast6.h b/core/net/ipv6/multicast/uip-mcast6.h index 211f1128b..91accf41c 100644 --- a/core/net/ipv6/multicast/uip-mcast6.h +++ b/core/net/ipv6/multicast/uip-mcast6.h @@ -162,7 +162,7 @@ struct uip_mcast6_driver { #define UIP_MCAST6 smrf_driver #elif UIP_MCAST6_ENGINE == UIP_MCAST6_ENGINE_ESMRF -#define RPL_CONF_MULTICAST 1 +#define RPL_WITH_MULTICAST 1 #define UIP_MCAST6 esmrf_driver #else