This commit is contained in:
root 2011-06-21 13:14:59 +02:00
parent 16719bad00
commit 0b9ee12d2d
2 changed files with 1 additions and 3 deletions

View file

@ -1208,8 +1208,6 @@ int mmnif_open()
return -1;
}
DEBUGPRINTF("HIER KOMM ICH NICHT AN!!!!");
/* set our network interface to the default interface for lwip*/
netif_set_default(mmnif_dev);
/* tell lwip all initialization is done and we want to set it ab*/

View file

@ -114,7 +114,7 @@ int main(void)
// sleep(5);
// list_root();
// test_init();
test_init();
per_core(current_task)->status = TASK_IDLE;
reschedule();