提交 680e3ff7 编写于 作者: S SummerGift

【优化】PHY 状态检测流程

上级 7f710f9e
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册