提交 080ea89b 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #839 from TanekLiang/lwip-2_0_2

[LWIP] enable auto init in lwip-2.0.2
......@@ -177,7 +177,7 @@ int lwip_system_init(void)
return 0;
}
//INIT_COMPONENT_EXPORT(lwip_system_init);
INIT_COMPONENT_EXPORT(lwip_system_init);
void sys_init(void)
{
......
......@@ -451,7 +451,7 @@ int eth_system_device_init(void)
return (int)result;
}
//INIT_DEVICE_EXPORT(eth_system_device_init);
INIT_DEVICE_EXPORT(eth_system_device_init);
#ifdef RT_USING_FINSH
#include <finsh.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册