mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
typo fixed
This commit is contained in:
parent
cc9edf2085
commit
e97d78e8ff
@ -123,7 +123,7 @@ DFS 有如下可配置选项:
|
||||
esp_pm_config_t pm_config = {
|
||||
.max_freq_mhz = CONFIG_EXAMPLE_MAX_CPU_FREQ_MHZ,
|
||||
.min_freq_mhz = CONFIG_EXAMPLE_MIN_CPU_FREQ_MHZ,
|
||||
.light_sleep_enable = flase
|
||||
.light_sleep_enable = false
|
||||
};
|
||||
ESP_ERROR_CHECK( esp_pm_configure(&pm_config) );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user