mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'feat/expand_periph_skip_ls_no_to_v5.4' into 'release/v5.4'
fix(pm): expand the number of skip light sleep number See merge request espressif/esp-idf!46625
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user