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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]