remove typo
This commit is contained in:
parent
70969c0585
commit
9ff170da22
1 changed files with 3 additions and 3 deletions
|
@ -144,7 +144,7 @@ static void tcpip_init_done(void* arg)
|
|||
static int network_shutdown(void)
|
||||
{
|
||||
#if defined(CONFIG_LWIP) && defined(CONFIG_ROCKCREEK)
|
||||
netifapi_netif_set_link_down(&default_netif);
|
||||
netifapi_netif_set_down(&default_netif);
|
||||
memset(&default_netif, 0x00, sizeof(struct netif));
|
||||
#elif defined(CONFIG_LWIP) && defined(CONFIG_PCI)
|
||||
netifapi_dhcp_stop(&default_netif);
|
||||
|
@ -230,11 +230,11 @@ int initd(void* arg)
|
|||
|
||||
// start echo and/or netio server
|
||||
echo_init();
|
||||
//netio_init();
|
||||
netio_init();
|
||||
#endif
|
||||
|
||||
list_root();
|
||||
test_init();
|
||||
//test_init();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue