mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 14:06:54 +00:00
fix(esp_pm): Constrains the minimum frequency of APB_MAX when the modem is working
This commit is contained in:
@@ -325,9 +325,6 @@ void wifi_apb80m_request(void)
|
||||
{
|
||||
assert(s_wifi_modem_sleep_lock);
|
||||
esp_pm_lock_acquire(s_wifi_modem_sleep_lock);
|
||||
if (esp_clk_apb_freq() != APB_CLK_FREQ) {
|
||||
ESP_LOGE(__func__, "WiFi needs 80MHz APB frequency to work, but got %dHz", esp_clk_apb_freq());
|
||||
}
|
||||
}
|
||||
|
||||
void wifi_apb80m_release(void)
|
||||
|
Reference in New Issue
Block a user