diff --git a/components/esp_coex/lib b/components/esp_coex/lib index 9a7578fd39..61b07d1707 160000 --- a/components/esp_coex/lib +++ b/components/esp_coex/lib @@ -1 +1 @@ -Subproject commit 9a7578fd3951cd2ec2e26ee26e6189a206630c06 +Subproject commit 61b07d1707b5aa18c0184899a8e45acf06c94912 diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld index 661c0f2e08..a0b7581e89 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld @@ -131,7 +131,7 @@ s_trans_id = 0x3fcdfac4; /* Functions */ coex_core_event_duration_get = 0x40002178; -coex_core_timer_idx_get = 0x4000218c; +/* coex_core_timer_idx_get = 0x4000218c; */ coex_hw_timer_tick_get = 0x400021b8; diff --git a/components/esp_rom/esp32c5/mp/esp32c5/ld/esp32c5.rom.coexist.ld b/components/esp_rom/esp32c5/mp/esp32c5/ld/esp32c5.rom.coexist.ld index 82a6bf8afa..aae67065f7 100644 --- a/components/esp_rom/esp32c5/mp/esp32c5/ld/esp32c5.rom.coexist.ld +++ b/components/esp_rom/esp32c5/mp/esp32c5/ld/esp32c5.rom.coexist.ld @@ -27,7 +27,7 @@ coex_core_pti_get = 0x40000adc; coex_core_release = 0x40000ae0; coex_core_request = 0x40000ae4; coex_core_status_get = 0x40000ae8; -coex_core_timer_idx_get = 0x40000aec; +/* coex_core_timer_idx_get = 0x40000aec; */ coex_event_duration_get = 0x40000af0; coex_hw_timer_disable = 0x40000af4; coex_hw_timer_enable = 0x40000af8; diff --git a/components/esp_rom/esp32c61/ld/esp32c61.rom.coexist.ld b/components/esp_rom/esp32c61/ld/esp32c61.rom.coexist.ld index 9d5a84ce4b..275bdd24fa 100644 --- a/components/esp_rom/esp32c61/ld/esp32c61.rom.coexist.ld +++ b/components/esp_rom/esp32c61/ld/esp32c61.rom.coexist.ld @@ -27,7 +27,7 @@ coex_core_pti_get = 0x40000a30; coex_core_release = 0x40000a34; coex_core_request = 0x40000a38; coex_core_status_get = 0x40000a3c; -coex_core_timer_idx_get = 0x40000a40; +/* coex_core_timer_idx_get = 0x40000a40; */ coex_event_duration_get = 0x40000a44; coex_hw_timer_disable = 0x40000a48; coex_hw_timer_enable = 0x40000a4c;