...
This commit is contained in:
parent
3bd6f96f91
commit
f5c3f07b25
1 changed files with 1 additions and 1 deletions
|
@ -1175,10 +1175,10 @@ int mmnif_open()
|
|||
* Note: core 1 is the router core
|
||||
*/
|
||||
IP4_ADDR(&gw, 0,0,0,0);
|
||||
DEBUGPRINTF("BBBBBBBB INIT BBBBBBB");
|
||||
IP4_ADDR(&ipaddr, 192,168,0,get_my_core_no() +1);
|
||||
IP4_ADDR(&netmask, 255,0,0,0);
|
||||
|
||||
DEBUGPRINTF("BBBBBBBB INIT BBBBBBB");
|
||||
own_ip_address+= get_my_core_no() +1;
|
||||
#ifdef WIN32
|
||||
mmnif_dev = malloc(sizeof(struct netif));
|
||||
|
|
Loading…
Add table
Reference in a new issue