mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
coex: apply new coex_schm_callback
This commit is contained in:
@@ -630,7 +630,7 @@ static int coex_schm_process_restart_wrapper(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
static int coex_schm_register_cb_wrapper(int type, void(*cb)(int))
|
||||
static int coex_schm_register_cb_wrapper(int type, int(*cb)(int))
|
||||
{
|
||||
#if CONFIG_SW_COEXIST_ENABLE
|
||||
return coex_schm_register_callback(type, cb);
|
||||
|
Reference in New Issue
Block a user