Fix a typo, UIP_IPV6_CONF_MULTICAST, in a comment with UIP_CONF_IPV6_MULTICAST
This commit is contained in:
parent
b074e5c3e0
commit
704847db04
1 changed files with 1 additions and 1 deletions
|
@ -1202,7 +1202,7 @@ uip_process(uint8_t flag)
|
||||||
goto drop;
|
goto drop;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* UIP_IPV6_CONF_MULTICAST */
|
#endif /* UIP_CONF_IPV6_MULTICAST */
|
||||||
|
|
||||||
/* TBD Some Parameter problem messages */
|
/* TBD Some Parameter problem messages */
|
||||||
if(!uip_ds6_is_my_addr(&UIP_IP_BUF->destipaddr) &&
|
if(!uip_ds6_is_my_addr(&UIP_IP_BUF->destipaddr) &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue