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:
frogman85978
2026-04-08 20:58:17 -04:00
parent 508ba7ae04
commit a41681eba2
4 changed files with 4 additions and 4 deletions
@@ -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;