mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-17 11:30:16 +00:00
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
This commit is contained in:
parent
b756841522
commit
08b12f2346
@ -162,7 +162,7 @@ struct uip_mcast6_driver {
|
|||||||
#define UIP_MCAST6 smrf_driver
|
#define UIP_MCAST6 smrf_driver
|
||||||
|
|
||||||
#elif UIP_MCAST6_ENGINE == UIP_MCAST6_ENGINE_ESMRF
|
#elif UIP_MCAST6_ENGINE == UIP_MCAST6_ENGINE_ESMRF
|
||||||
#define RPL_CONF_MULTICAST 1
|
#define RPL_WITH_MULTICAST 1
|
||||||
#define UIP_MCAST6 esmrf_driver
|
#define UIP_MCAST6 esmrf_driver
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user