From 3dc6313c218775c7dd51b4c8e56dff4238b0faba Mon Sep 17 00:00:00 2001 From: linruihao Date: Thu, 29 May 2025 19:12:33 +0800 Subject: [PATCH] fix(coex): Fix ble disconnect when coexisting wifi on esp32c2 --- components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld index 343efdd6a6..7848cf885a 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld @@ -129,7 +129,7 @@ s_trans_id = 0x3fcdfac4; ***************************************/ /* Functions */ -coex_core_event_duration_get = 0x40002178; +/* coex_core_event_duration_get = 0x40002178; */ /* coex_core_timer_idx_get = 0x4000218c; */ coex_hw_timer_tick_get = 0x400021b8;