This commit is contained in:
root 2011-06-21 00:07:19 +02:00
parent 786272ad5e
commit ddc428f641
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -61,6 +61,7 @@ int lowlevel_init(void)
return 0;
}
#if defined(CONFIG_LWIP) && defined(CONFIG_PCI)
static tid_t netid;