coex: apply new coex_schm_callback

This commit is contained in:
liuning
2023-02-17 16:20:46 +08:00
committed by BOT
parent 1661694e0b
commit b3a040aa98
9 changed files with 15 additions and 10 deletions

View File

@@ -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);