Merge pull request #53 from newAM/unused-fix

fixed unused variables warning
This commit is contained in:
Justin Kim
2018-09-10 08:13:23 +09:00
committed by GitHub

View File

@ -834,7 +834,6 @@ int8_t wizphy_setphypmode(uint8_t pmode)
void wizchip_setnetinfo(wiz_NetInfo* pnetinfo)
{
int i,j,k;
setSHAR(pnetinfo->mac);
setGAR(pnetinfo->gw);
setSUBR(pnetinfo->sn);