sccedit
This commit is contained in:
parent
3234413395
commit
83a3ccdac6
1 changed files with 7 additions and 1 deletions
|
@ -116,10 +116,16 @@ int network_shutdown(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void tcp_init_ok(void* e)
|
||||
{
|
||||
kprintf("TCP/IP init COMPLETE!!!!!!");
|
||||
}
|
||||
|
||||
int network_init(void)
|
||||
{
|
||||
tcpip_init(NULL,NULL);
|
||||
tcpip_init(tcp_init_ok,NULL);
|
||||
mmnif_open();
|
||||
return 0;
|
||||
#if 0
|
||||
#if defined(CONFIG_LWIP)
|
||||
// Initialize lwIP modules
|
||||
|
|
Loading…
Add table
Reference in a new issue