【优化】PHY 状态检测流程

This commit is contained in:
SummerGift 2019-06-10 17:49:29 +08:00
parent 7f710f9eab
commit 680e3ff70d

View File

@ -501,13 +501,16 @@ static void phy_monitor_thread_entry(void *parameter)
}
else
{
LOG_D("PHY Control/Status REG read error.");
LOG_D("PHY PHY_Status_REG read error.");
rt_thread_mdelay(100);
continue;
}
}
}
else
{
LOG_D("PHY_BASIC_STATUS_REG read error.");
rt_thread_mdelay(100);
continue;
}