gustavonihei commented on a change in pull request #5056:
URL: https://github.com/apache/incubator-nuttx/pull/5056#discussion_r774598903



##########
File path: arch/xtensa/src/esp32/esp32_wifi_adapter.c
##########
@@ -3990,7 +3913,11 @@ static int32_t esp_coex_wifi_request(uint32_t event, 
uint32_t latency,
 
 static int32_t esp_coex_wifi_release(uint32_t event)
 {
-  return 0;
+#if defined(CONFIG_SW_COEXIST_ENABLE)

Review comment:
       ```suggestion
   #if defined(CONFIG_ESP32_WIFI_BT_COEXIST)
   ```
   Wrong config name




-- 
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]


Reply via email to