mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 14:36:45 +00:00
fix(esp_phy): fix pll track corner case
This commit is contained in:
@@ -89,3 +89,8 @@ void esp_phy_disable(esp_phy_modem_t modem)
|
||||
phy_clr_modem_flag(modem);
|
||||
_lock_release(&s_phy_access_lock);
|
||||
}
|
||||
|
||||
_lock_t phy_get_lock(void)
|
||||
{
|
||||
return s_phy_access_lock;
|
||||
}
|
||||
|
Reference in New Issue
Block a user