net/icmpv6/icmpv6_poll.c: Fix typo error in icmpv6_poll.
This commit is contained in:
parent
04b501eddf
commit
9830791960
@ -83,7 +83,7 @@ void icmpv6_poll(FAR struct net_driver_s *dev,
|
||||
|
||||
/* Perform the application callback */
|
||||
|
||||
devif_conn_event(dev, conn, ICMPv6_POLL, conn ? conn->list : &dev->d_conncb);
|
||||
devif_conn_event(dev, conn, ICMPv6_POLL, conn ? conn->list : dev->d_conncb);
|
||||
}
|
||||
|
||||
#endif /* CONFIG_NET_ICMPv6_SOCKET || CONFIG_NET_ICMPv6_NEIGHBOR */
|
||||
|
Loading…
Reference in New Issue
Block a user