feat(coex): update coexist debug default event

This commit is contained in:
liuning 2024-12-19 17:23:40 +08:00
parent 5de8b483ea
commit 1bb0b02c55

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