mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 03:03:37 +08:00
net/dev/devif_poll.c: Fix compile error introduced by c9b73f5139. Typo: DEVIF_ICMP6, not DEVIF_ICMPV6.
This commit is contained in:
@@ -373,7 +373,7 @@ static inline int devif_poll_icmpv6(FAR struct net_driver_s *dev,
|
||||
|
||||
/* Perform any necessary conversions on outgoing packets */
|
||||
|
||||
devif_packet_conversion(dev, DEVIF_ICMPV6);
|
||||
devif_packet_conversion(dev, DEVIF_ICMP6);
|
||||
|
||||
/* Call back into the driver */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user