gustavonihei commented on a change in pull request #5056:
URL: https://github.com/apache/incubator-nuttx/pull/5056#discussion_r774599694
##########
File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c
##########
@@ -3926,7 +3829,13 @@ static void wifi_coex_deinit(void)
static int wifi_coex_enable(void)
{
+#if defined(CONFIG_ESP32_WIFI_BT_COEXIST)
+ int ret;
+ ret = coex_enable();
+ return ret;
Review comment:
```suggestion
return coex_enable();
```
nit: This may be simplified
--
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]