arch/risc-v/espressif: Fix auto light sleep enable flag

Fix auto light sleep enable flag

Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
This commit is contained in:
Eren Terzioglu
2026-04-20 10:47:27 +02:00
committed by simbit18
parent e5efaf9f5d
commit 50fb11492c
+1 -1
View File
@@ -895,7 +895,7 @@ int esp_pmconfigure(void)
.min_freq_mhz = CONFIG_ESPRESSIF_CPU_FREQ_MHZ,
#endif
#ifdef CONFIG_ESPRESSIF_AUTO_SLEEP
.light_sleep_enable = false
.light_sleep_enable = true
#endif
};