mirror of
https://github.com/apache/nuttx.git
synced 2026-05-09 23:12:17 +08:00
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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user