...
This commit is contained in:
parent
07e6290581
commit
e474cd4fe6
1 changed files with 3 additions and 1 deletions
|
@ -94,6 +94,8 @@ int network_init(void)
|
|||
reschedule();
|
||||
}
|
||||
|
||||
mmnif_open();
|
||||
|
||||
// Set up the lwIP network interface
|
||||
// Allocate and configure netif
|
||||
default_netif = (struct netif *) mem_malloc(sizeof(struct netif));
|
||||
|
@ -150,7 +152,7 @@ int network_init(void)
|
|||
}
|
||||
}
|
||||
#else
|
||||
mmnif_open();
|
||||
// mmnif_open();
|
||||
#endif
|
||||
|
||||
// start echo and ping server
|
||||
|
|
Loading…
Add table
Reference in a new issue