Merge pull request #2981 from LaoYeNing/rtt-branch

[stm32][driver_eth] 修复开启自动协商时出错的 bug
This commit is contained in:
Bernard Xiong
2019-08-22 17:31:24 +08:00
committed by GitHub
3 changed files with 2 additions and 3 deletions
@@ -198,7 +198,7 @@ int lwip_system_init(void)
return 0;
}
INIT_COMPONENT_EXPORT(lwip_system_init);
INIT_PREV_EXPORT(lwip_system_init);
void sys_init(void)
{