Merge branch 'bugfix/fix_coex_status_get_issue' into 'master'

fix(coex): fix coex status get issue

Closes WIFIBUG-2018

See merge request espressif/esp-idf!50739
This commit is contained in:
Jiang Jiang Jian
2026-07-17 10:43:57 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ coex_hw_timer_set = 0x2f800c24;
coex_schm_interval_set = 0x2f800c28;
coex_schm_lock = 0x2f800c2c;
coex_schm_unlock = 0x2f800c30;
coex_status_get = 0x2f800c34;
//coex_status_get = 0x2f800c34;
coex_wifi_release = 0x2f800c38;
esp_coex_ble_conn_dynamic_prio_get = 0x2f800c3c;
/* Data (.data, .bss, .rodata) */