We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85048f3 + 2396dc5 commit 1aaae85Copy full SHA for 1aaae85
components/esp_hw_support/modem_clock.c
@@ -454,7 +454,7 @@ void modem_clock_deselect_lp_clock_source(periph_module_t module)
454
pmu_sleep_enable_hp_sleep_sysclk(false);
455
}
456
modem_clock_hal_enable_wifipwr_clock(MODEM_CLOCK_instance()->hal, false);
457
- modem_clock_domain_clk_gate_enable(MODEM_CLOCK_DOMAIN_WIFI, PMU_HP_ICG_MODEM_CODE_SLEEP);
+ modem_clock_domain_clk_gate_enable(MODEM_CLOCK_DOMAIN_WIFIPWR, PMU_HP_ICG_MODEM_CODE_SLEEP);
458
459
#endif
460
break;
0 commit comments