Skip to content

lwip1.4 中eth_netif_device_init初始化有问题 #1857

Description

@s05427226

if(!(ethif->flags & ETHIF_LINK_PHYUP))
{
/* set link_up for this netif /
netif_set_link_up(ethif->netif);
}
逻辑上感觉应该改成
if(ethif->flags & ETHIF_LINK_PHYUP)
{
/
set link_up for this netif */
netif_set_link_up(ethif->netif);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions