pkg/lwip: remove duplicated line in netdev2 wrapper
This commit is contained in:
parent
25120bae0f
commit
9528b22209
@ -149,7 +149,6 @@ err_t lwip_netdev2_init(struct netif *netif)
|
|||||||
netif->flags |= NETIF_FLAG_IGMP;
|
netif->flags |= NETIF_FLAG_IGMP;
|
||||||
netif->flags |= NETIF_FLAG_MLD6;
|
netif->flags |= NETIF_FLAG_MLD6;
|
||||||
netdev->context = netif;
|
netdev->context = netif;
|
||||||
netdev->event_callback = _event_cb;
|
|
||||||
#if LWIP_IPV6_AUTOCONFIG
|
#if LWIP_IPV6_AUTOCONFIG
|
||||||
netif->ip6_autoconfig_enabled = 1;
|
netif->ip6_autoconfig_enabled = 1;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user