...
This commit is contained in:
parent
786272ad5e
commit
ddc428f641
2 changed files with 3 additions and 2 deletions
|
@ -814,8 +814,6 @@ err_t mmnif_init(struct netif* netif)
|
|||
static int num = 0;
|
||||
uint16_t speed = 4000;
|
||||
|
||||
DEBUGPRINTF("MEIN CODE IST NICHT SCHULDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD");
|
||||
|
||||
/* Alloc and clear memory for the device struct
|
||||
*/
|
||||
#ifdef WIN32
|
||||
|
@ -917,6 +915,8 @@ err_t mmnif_init(struct netif* netif)
|
|||
|
||||
active = TRUE;
|
||||
|
||||
DEBUGPRINTF("[+] mmnif init complete\n");
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
@ -61,6 +61,7 @@ int lowlevel_init(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
#if defined(CONFIG_LWIP) && defined(CONFIG_PCI)
|
||||
static tid_t netid;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue