mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	1. Wi-Fi: update tsf tick interval when lpclk is modified
2. Move register_lpclk_callback to coexistence
This commit is contained in:
		@@ -242,6 +242,9 @@ esp_err_t esp_wifi_init(const wifi_init_config_t *config)
 | 
			
		||||
        return ret;
 | 
			
		||||
    }
 | 
			
		||||
    esp_sleep_enable_wifi_wakeup();
 | 
			
		||||
#if CONFIG_SW_COEXIST_ENABLE || CONFIG_EXTERNAL_COEX_ENABLE
 | 
			
		||||
    coex_wifi_register_update_lpclk_callback(esp_wifi_update_tsf_tick_interval);
 | 
			
		||||
#endif
 | 
			
		||||
#endif
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user