set rckemacif as default interface
This commit is contained in:
parent
6c13cc7584
commit
173c5d54b6
1 changed files with 1 additions and 1 deletions
|
@ -1060,7 +1060,7 @@ int mmnif_open(void)
|
|||
}
|
||||
|
||||
/* set our network interface to the default interface for lwip*/
|
||||
netif_set_default(mmnif_dev);
|
||||
//netif_set_default(mmnif_dev);
|
||||
/* tell lwip all initialization is done and we want to set it ab*/
|
||||
netif_set_up(mmnif_dev);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue