forked from espressif/esp-idf
Merge branch 'bugfix/fix_h2_wrong_lslp_drvb_config_bug' into 'master'
fix(h2): fix lslp drvb config bug See merge request espressif/esp-idf!30339
This commit is contained in:
@@ -340,7 +340,7 @@ typedef struct {
|
|||||||
}, \
|
}, \
|
||||||
.lp_sys[PMU_MODE_LP_SLEEP] = { \
|
.lp_sys[PMU_MODE_LP_SLEEP] = { \
|
||||||
.analog = { \
|
.analog = { \
|
||||||
.drv_b = PMU_LP_DRVB_DEEPSLEEP, \
|
.drv_b = PMU_LP_DRVB_LIGHTSLEEP, \
|
||||||
.pd_cur = PMU_PD_CUR_SLEEP_DEFAULT, \
|
.pd_cur = PMU_PD_CUR_SLEEP_DEFAULT, \
|
||||||
.bias_sleep = PMU_BIASSLP_SLEEP_DEFAULT, \
|
.bias_sleep = PMU_BIASSLP_SLEEP_DEFAULT, \
|
||||||
.slp_xpd = PMU_LP_SLP_XPD_SLEEP_DEFAULT, \
|
.slp_xpd = PMU_LP_SLP_XPD_SLEEP_DEFAULT, \
|
||||||
|
Reference in New Issue
Block a user