mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
【完善】PHY 状态检测驱动
This commit is contained in:
@@ -501,9 +501,14 @@ static void phy_monitor_thread_entry(void *parameter)
|
||||
else
|
||||
{
|
||||
LOG_D("PHY Control/Status REG read error.");
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
/* linkchange */
|
||||
if (phy_speed_new != phy_speed)
|
||||
|
||||
Reference in New Issue
Block a user