1
0
Fork 0
forked from nuttx/nuttx-update

net/dev/devif_poll.c: Fix compile error introduced by c9b73f5139. Typo: DEVIF_ICMP6, not DEVIF_ICMPV6.

This commit is contained in:
Gregory Nutt 2019-03-19 16:46:11 -06:00
parent c8ffde6647
commit d701dc6a4a

View file

@ -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 */