xiaoxiang781216 commented on code in PR #2131:
URL: https://github.com/apache/nuttx-apps/pull/2131#discussion_r1363231236


##########
crypto/mbedtls/Kconfig:
##########
@@ -17,7 +17,7 @@ config MBEDTLS_VERSION
 
 config MBEDTLS_DEBUG_C
        bool "This module provides debugging functions."
-       default n
+       default y if DEBUG_FEATURES

Review Comment:
   ```suggestion
        default DEBUG_FEATURES
   ```



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to