Fix a typo, UIP_IPV6_CONF_MULTICAST, in a comment with UIP_CONF_IPV6_MULTICAST
This commit is contained in:
parent
b074e5c3e0
commit
704847db04
|
@ -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) &&
|
||||
|
|
Loading…
Reference in a new issue