(Wii) configure network for net logger

This commit is contained in:
Toad King 2012-07-27 16:22:49 -04:00
parent 44cd3dc701
commit 1e91c7e6cd

View File

@ -99,6 +99,11 @@ static int if_up_with(int index)
return (0);
}
}
#elif defined(GEKKO)
if (if_config(NULL, NULL, NULL, TRUE) < 0)
{
return (-1);
}
#endif
sock=socket(AF_INET,SOCK_DGRAM ,0);