...
This commit is contained in:
parent
16719bad00
commit
0b9ee12d2d
2 changed files with 1 additions and 3 deletions
|
@ -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*/
|
||||
|
|
|
@ -114,7 +114,7 @@ int main(void)
|
|||
|
||||
// sleep(5);
|
||||
// list_root();
|
||||
// test_init();
|
||||
test_init();
|
||||
|
||||
per_core(current_task)->status = TASK_IDLE;
|
||||
reschedule();
|
||||
|
|
Loading…
Add table
Reference in a new issue