mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
feat(coex): update coexist debug default event
This commit is contained in:
@ -16,7 +16,7 @@ void diagram_bind_io_to_evt(void) {
|
|||||||
coex_bind_io_to_evt(1, 16);
|
coex_bind_io_to_evt(1, 16);
|
||||||
#else
|
#else
|
||||||
coex_bind_io_to_evt(0, 0);
|
coex_bind_io_to_evt(0, 0);
|
||||||
coex_bind_io_to_evt(1, 1);
|
coex_bind_io_to_evt(1, 4);
|
||||||
#endif
|
#endif
|
||||||
/* Bind IO to Wi-Fi evt */
|
/* Bind IO to Wi-Fi evt */
|
||||||
wifi_bind_io_to_evt(2, 9);
|
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);
|
coex_bind_io_to_evt(1, 16);
|
||||||
#else
|
#else
|
||||||
coex_bind_io_to_evt(0, 0);
|
coex_bind_io_to_evt(0, 0);
|
||||||
coex_bind_io_to_evt(1, 1);
|
coex_bind_io_to_evt(1, 4);
|
||||||
#endif
|
#endif
|
||||||
/* Bind IO to Wi-Fi evt */
|
/* Bind IO to Wi-Fi evt */
|
||||||
wifi_bind_io_to_evt(2, 9);
|
wifi_bind_io_to_evt(2, 9);
|
||||||
|
Reference in New Issue
Block a user