Fix a typo, UIP_IPV6_CONF_MULTICAST, in a comment with UIP_CONF_IPV6_MULTICAST

This commit is contained in:
Yasuyuki Tanaka 2016-06-20 16:35:09 +02:00
parent b074e5c3e0
commit 704847db04

View file

@ -1202,7 +1202,7 @@ uip_process(uint8_t flag)
goto drop;
}
}
#endif /* UIP_IPV6_CONF_MULTICAST */
#endif /* UIP_CONF_IPV6_MULTICAST */
/* TBD Some Parameter problem messages */
if(!uip_ds6_is_my_addr(&UIP_IP_BUF->destipaddr) &&