mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'contrib/github_pr_18440' into 'master'
Fixed typo of word switch (was spelled swtich) in pmu_struct.h (GitHub PR) Closes IDFGH-17500 See merge request espressif/esp-idf!47407
This commit is contained in:
@@ -617,7 +617,7 @@ typedef union {
|
||||
uint32_t sleep_switch_active_end : 1;
|
||||
uint32_t sleep_switch_modem_end : 1;
|
||||
uint32_t modem_switch_sleep_end : 1;
|
||||
uint32_t active_swtich_sleep_end : 1;
|
||||
uint32_t active_switch_sleep_end : 1;
|
||||
uint32_t modem_switch_active_start: 1;
|
||||
uint32_t sleep_switch_active_start: 1;
|
||||
uint32_t sleep_switch_modem_start : 1;
|
||||
|
||||
@@ -605,7 +605,7 @@ typedef union {
|
||||
uint32_t sleep_switch_active_end : 1;
|
||||
uint32_t sleep_switch_modem_end : 1;
|
||||
uint32_t modem_switch_sleep_end : 1;
|
||||
uint32_t active_swtich_sleep_end : 1;
|
||||
uint32_t active_switch_sleep_end : 1;
|
||||
uint32_t modem_switch_active_start: 1;
|
||||
uint32_t sleep_switch_active_start: 1;
|
||||
uint32_t sleep_switch_modem_start : 1;
|
||||
|
||||
@@ -635,7 +635,7 @@ typedef union {
|
||||
uint32_t sleep_switch_active_end : 1;
|
||||
uint32_t sleep_switch_modem_end : 1;
|
||||
uint32_t modem_switch_sleep_end : 1;
|
||||
uint32_t active_swtich_sleep_end : 1;
|
||||
uint32_t active_switch_sleep_end : 1;
|
||||
uint32_t modem_switch_active_start: 1;
|
||||
uint32_t sleep_switch_active_start: 1;
|
||||
uint32_t sleep_switch_modem_start : 1;
|
||||
|
||||
@@ -805,7 +805,7 @@ typedef union
|
||||
uint32_t sleep_switch_active_end : 1;
|
||||
uint32_t sleep_switch_modem_end : 1;
|
||||
uint32_t modem_switch_sleep_end : 1;
|
||||
uint32_t active_swtich_sleep_end : 1;
|
||||
uint32_t active_switch_sleep_end : 1;
|
||||
uint32_t modem_switch_active_start: 1;
|
||||
uint32_t sleep_switch_active_start: 1;
|
||||
uint32_t sleep_switch_modem_start : 1;
|
||||
|
||||
Reference in New Issue
Block a user