You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/08 12:03:43 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #4092: risc-v/esp32c3: Use onexit to free thread private semaphore

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



##########
File path: arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c
##########
@@ -75,6 +76,10 @@
  * Pre-processor Definitions
  ****************************************************************************/
 
+#ifndef CONFIG_SCHED_ONEXIT
+#  error "on_exit() API shoule be enable"

Review comment:
       ```suggestion
   #  error "on_exit() API must be enabled for deallocating Wi-Fi resources"
   ```




-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org