gustavonihei commented on a change in pull request #5056:
URL: https://github.com/apache/incubator-nuttx/pull/5056#discussion_r773461087
##########
File path: arch/xtensa/src/esp32/esp32_wifi_adapter.h
##########
@@ -84,6 +102,10 @@ typedef void (*wifi_evt_cb_t)(void *p);
typedef void (*wifi_txdone_cb_t)(uint8_t *data, uint16_t *len, bool status);
+#define COEX_ADAPTER_FUNCS_TIME_BLOCKING 0xffffffff
+
+/* extern coex_adapter_funcs_t g_coex_adapter_funcs; */
Review comment:
```suggestion
```
Commented lines may be removed.
--
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]