feat(coex): update coexist debug default event

This commit is contained in:
liuning
2024-12-19 17:23:40 +08:00
committed by Kapil Gupta
parent 716c5731ec
commit fbe0e5a358

View File

@ -16,7 +16,7 @@ void diagram_bind_io_to_evt(void) {
coex_bind_io_to_evt(1, 16);
#else
coex_bind_io_to_evt(0, 0);
coex_bind_io_to_evt(1, 1);
coex_bind_io_to_evt(1, 4);
#endif
/* Bind IO to Wi-Fi evt */
wifi_bind_io_to_evt(2, 9);
@ -35,7 +35,7 @@ void diagram_bind_io_to_evt(void) {
coex_bind_io_to_evt(1, 16);
#else
coex_bind_io_to_evt(0, 0);
coex_bind_io_to_evt(1, 1);
coex_bind_io_to_evt(1, 4);
#endif
/* Bind IO to Wi-Fi evt */
wifi_bind_io_to_evt(2, 9);