mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-22 00:46:54 +00:00
fix(esp_pm): applied spelling fixes by codespell
This commit is contained in:
@@ -120,7 +120,7 @@ static uint32_t s_mode_mask;
|
||||
|
||||
#define PERIPH_SKIP_LIGHT_SLEEP_NO 2
|
||||
|
||||
/* Indicates if light sleep shoule be skipped by peripherals. */
|
||||
/* 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];
|
||||
|
||||
/* Indicates if light sleep entry was skipped in vApplicationSleep for given CPU.
|
||||
|
Reference in New Issue
Block a user