[LWIP] enable auto init in lwip-2.0.2

This commit is contained in:
tanek liang 2017-09-06 10:06:15 +08:00
parent bc225a5ef0
commit 97c8b00206
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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>