From a41681eba2978c948c2b0ef8fe601ca78a5a96e9 Mon Sep 17 00:00:00 2001 From: frogman85978 Date: Wed, 8 Apr 2026 20:58:17 -0400 Subject: [PATCH] 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 --- components/soc/esp32c5/register/soc/pmu_struct.h | 2 +- components/soc/esp32c6/register/soc/pmu_struct.h | 2 +- components/soc/esp32c61/register/soc/pmu_struct.h | 2 +- components/soc/esp32h21/register/soc/pmu_struct.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/soc/esp32c5/register/soc/pmu_struct.h b/components/soc/esp32c5/register/soc/pmu_struct.h index 32c10feeab..7c2bd58a69 100644 --- a/components/soc/esp32c5/register/soc/pmu_struct.h +++ b/components/soc/esp32c5/register/soc/pmu_struct.h @@ -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; diff --git a/components/soc/esp32c6/register/soc/pmu_struct.h b/components/soc/esp32c6/register/soc/pmu_struct.h index 282eca3425..9766e8a170 100644 --- a/components/soc/esp32c6/register/soc/pmu_struct.h +++ b/components/soc/esp32c6/register/soc/pmu_struct.h @@ -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; diff --git a/components/soc/esp32c61/register/soc/pmu_struct.h b/components/soc/esp32c61/register/soc/pmu_struct.h index 3b13502873..a57f02ebb3 100644 --- a/components/soc/esp32c61/register/soc/pmu_struct.h +++ b/components/soc/esp32c61/register/soc/pmu_struct.h @@ -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; diff --git a/components/soc/esp32h21/register/soc/pmu_struct.h b/components/soc/esp32h21/register/soc/pmu_struct.h index 6c35b262ec..a52b6bfbd8 100644 --- a/components/soc/esp32h21/register/soc/pmu_struct.h +++ b/components/soc/esp32h21/register/soc/pmu_struct.h @@ -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;