esp_wifi: select slowclk as coex hardware timer source on esp32c2

This commit is contained in:
liuning
2022-07-05 19:53:35 +08:00
committed by jack
parent 88f2f5fdd7
commit bc2f2a3100
5 changed files with 11 additions and 16 deletions

View File

@@ -789,5 +789,7 @@ coex_adapter_funcs_t g_coex_adapter_funcs = {
._malloc_internal = malloc_internal_wrapper,
._free = free,
._esp_timer_get_time = esp_timer_get_time,
._env_is_chip = env_is_chip_wrapper,
._slowclk_cal_get = esp_clk_slowclk_cal_get_wrapper,
._magic = COEX_ADAPTER_MAGIC,
};