fix(pmu): fix deepsleep current too big bug for esp32c61

This commit is contained in:
chaijie@espressif.com
2025-03-04 16:58:28 +08:00
committed by BOT
parent 74c34669f0
commit 1db79146e9
2 changed files with 3 additions and 1 deletions

View File

@@ -32,4 +32,4 @@ void bootloader_power_glitch_reset_config(bool enable)
} else {
REG_SET_FIELD(LP_ANA_POWER_GLITCH_CNTL_REG, LP_ANA_POWER_GLITCH_RESET_ENA, 0);
}
}
}