gustavonihei commented on a change in pull request #5056:
URL: https://github.com/apache/incubator-nuttx/pull/5056#discussion_r774600330
##########
File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c
##########
@@ -350,6 +358,7 @@ static int wifi_coex_set_schm_curr_phase_idx(int idx);
static int wifi_coex_get_schm_curr_phase_idx(void);
extern void coex_bt_high_prio(void);
+extern int coex_wifi_release(uint32_t event);
Review comment:
`coex_wifi_release` is already declared in `esp_coexist_internal.h`, so
no need to declare it again here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]