...
This commit is contained in:
parent
bd8b343df3
commit
188fa64c86
1 changed files with 3 additions and 2 deletions
|
@ -123,9 +123,10 @@ void tcp_init_ok(void* e)
|
|||
|
||||
int network_init(void)
|
||||
{
|
||||
tcpip_init(tcp_init_ok,NULL);
|
||||
lwip_init();
|
||||
// tcpip_init(tcp_init_ok,NULL);
|
||||
kprintf("TCPINIT KAPUTT=!=!AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=!=!=!!????\n");
|
||||
mmnif_open();
|
||||
// mmnif_open();
|
||||
return 0;
|
||||
#if 0
|
||||
#if defined(CONFIG_LWIP)
|
||||
|
|
Loading…
Add table
Reference in a new issue