Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_h2_wrong_lslp_drvb_config_bug' into 'master'
Browse files Browse the repository at this point in the history
fix(h2): fix lslp drvb config bug

See merge request espressif/esp-idf!30339
  • Loading branch information
Hong Shu Qing committed Oct 18, 2024
2 parents 121a272 + 2159ec7 commit bae513e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ typedef struct {
}, \
.lp_sys[PMU_MODE_LP_SLEEP] = { \
.analog = { \
.drv_b = PMU_LP_DRVB_DEEPSLEEP, \
.drv_b = PMU_LP_DRVB_LIGHTSLEEP, \
.pd_cur = PMU_PD_CUR_SLEEP_DEFAULT, \
.bias_sleep = PMU_BIASSLP_SLEEP_DEFAULT, \
.slp_xpd = PMU_LP_SLP_XPD_SLEEP_DEFAULT, \
Expand Down

0 comments on commit bae513e

Please sign in to comment.