xiaoxiang781216 commented on code in PR #13519:
URL: https://github.com/apache/nuttx/pull/13519#discussion_r1808494051
##########
fs/Kconfig:
##########
@@ -129,11 +129,17 @@ config FS_HEAPBUF_SECTION
config FS_REFCOUNT
bool "File reference count"
- default !DEFAULT_SMALL
+ default n
Review Comment:
I think the default should be !DISABLE_PTHREAD, the default config should
prefer the safe over size, since many user doesn't know every config option.
--
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]