diff --git a/components/esp_pm/pm_impl.c b/components/esp_pm/pm_impl.c index f55785060d..f3a912d027 100644 --- a/components/esp_pm/pm_impl.c +++ b/components/esp_pm/pm_impl.c @@ -128,7 +128,7 @@ static uint32_t s_mode_mask; #if CONFIG_FREERTOS_USE_TICKLESS_IDLE -#define PERIPH_SKIP_LIGHT_SLEEP_NO 2 +#define PERIPH_SKIP_LIGHT_SLEEP_NO 3 /* Indicates if light sleep should be skipped by peripherals. */ static skip_light_sleep_cb_t s_periph_skip_light_sleep_cb[PERIPH_SKIP_LIGHT_SLEEP_NO];