...
This commit is contained in:
parent
1f7fba81dc
commit
c9ce3513dd
1 changed files with 2 additions and 1 deletions
|
@ -1182,13 +1182,14 @@ int mmnif_open()
|
|||
|
||||
own_ip_address+= get_my_core_no() +1;
|
||||
|
||||
DEBUGPRINTF("COCOCOCOCOOCOCOCOCOCOCOMBO BREAKER %d",own_ip_address);
|
||||
#ifdef WIN32
|
||||
mmnif_dev = malloc(sizeof(struct netif));
|
||||
#else
|
||||
mmnif_dev = kmalloc(sizeof(struct netif));
|
||||
#endif
|
||||
|
||||
DEBUGPRINTF("CDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDc");
|
||||
|
||||
/* register our Memory Mapped Virtual IP interface in the lwip stack
|
||||
* and tell him how to use the interface:
|
||||
* - mmnif_dev : the device data storage
|
||||
|
|
Loading…
Add table
Reference in a new issue