Merge pull request #839 from TanekLiang/lwip-2_0_2
[LWIP] enable auto init in lwip-2.0.2
This commit is contained in:
commit
080ea89b2b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue