mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Fixed typo in pmu_struct
Fixed a typo in the word switch (swtich) in multiple pmu_struct.h files The pmu_struct.h files are for the following chips: - esp32c5 - esp32c6 - esp32c61 - esp32h21
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