esp_wifi: update esp32c2 wifi rom & lib

This commit is contained in:
Jack
2022-05-07 18:19:55 +08:00
committed by BOT
parent e979e9701f
commit 58d04eb203
7 changed files with 24 additions and 3 deletions

View File

@@ -195,6 +195,12 @@ int coex_schm_curr_phase_idx_set(int idx);
*/
int coex_schm_curr_phase_idx_get(void);
/**
* @brief TODO
*
*/
int coex_register_start_cb(int (* cb)(void));
/**
* @brief Register coexistence adapter functions.
*