set rckemacif as default interface

This commit is contained in:
Stefan Lankes 2011-08-06 08:57:53 -07:00
parent 6c13cc7584
commit 173c5d54b6

View file

@ -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);