mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
icmpv6_input.c edited online with Bitbucket
This commit is contained in:
parent
c966624719
commit
cfe0d253e9
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ void icmpv6_input(FAR struct net_driver_s *dev)
|
|||
case ICMPV6_ROUTER_ADVERTISE:
|
||||
{
|
||||
FAR struct icmpv6_router_advertise_s *adv;
|
||||
FAR uint8_t uint8_t *options;
|
||||
FAR uint8_t *options;
|
||||
uint16_t pktlen;
|
||||
uint16_t optlen;
|
||||
int ndx;
|
||||
|
|
Loading…
Reference in a new issue