mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
net/icmpv6/icmpv6_poll.c: Fix typo error in icmpv6_poll.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user