提交 97c8b002 编写于 作者: T tanek liang

[LWIP] enable auto init in lwip-2.0.2

上级 bc225a5e
......@@ -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.
先完成此消息的编辑!
想要评论请 注册