mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-19 15:59:08 +00:00
fix(esp_hw_support): fix modem power enable failed after modem state wakeup
This commit is contained in:
@@ -115,8 +115,8 @@ const pmu_hp_system_power_param_t * pmu_hp_system_power_param_default(pmu_hp_mod
|
||||
}
|
||||
|
||||
#define PMU_HP_MODEM_CLOCK_CONFIG_DEFAULT() { \
|
||||
.icg_func = 0, \
|
||||
.icg_apb = 0, \
|
||||
.icg_func = BIT(PMU_ICG_FUNC_ENA_SARADC), \
|
||||
.icg_apb = BIT(PMU_ICG_APB_ENA_SARADC), \
|
||||
.icg_modem = { \
|
||||
.code = PMU_HP_ICG_MODEM_CODE_MODEM \
|
||||
}, \
|
||||
|
Reference in New Issue
Block a user