net/dev/devif_poll.c: Fix compile error introduced by c9b73f5139
. Typo: DEVIF_ICMP6, not DEVIF_ICMPV6.
This commit is contained in:
parent
c8ffde6647
commit
d701dc6a4a
@ -373,7 +373,7 @@ static inline int devif_poll_icmpv6(FAR struct net_driver_s *dev,
|
|||||||
|
|
||||||
/* Perform any necessary conversions on outgoing packets */
|
/* Perform any necessary conversions on outgoing packets */
|
||||||
|
|
||||||
devif_packet_conversion(dev, DEVIF_ICMPV6);
|
devif_packet_conversion(dev, DEVIF_ICMP6);
|
||||||
|
|
||||||
/* Call back into the driver */
|
/* Call back into the driver */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user