mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
esp_wifi: clear phy calibrated flag when phy pd memory deinit
This commit is contained in:
@ -320,6 +320,7 @@ void esp_phy_pd_mem_deinit(void)
|
|||||||
|
|
||||||
s_phy_backup_mem_ref--;
|
s_phy_backup_mem_ref--;
|
||||||
if (s_phy_backup_mem_ref == 0) {
|
if (s_phy_backup_mem_ref == 0) {
|
||||||
|
s_is_phy_calibrated = false;
|
||||||
free(s_phy_digital_regs_mem);
|
free(s_phy_digital_regs_mem);
|
||||||
s_phy_digital_regs_mem = NULL;
|
s_phy_digital_regs_mem = NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user