Merge pull request #2144 from MohamedSeliem/patch-12

fix a macro related to multicast, which are not user configuration
pull/2/head
George Oikonomou 2017-03-17 22:19:49 +00:00 committed by GitHub
commit fbb682ae15
1 changed files with 1 additions and 1 deletions

View File

@ -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