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 2022/03/08 15:32:01 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5476: boards: Remove -fno-builtin

xiaoxiang781216 commented on a change in pull request #5476:
URL: https://github.com/apache/incubator-nuttx/pull/5476#discussion_r821782677



##########
File path: fs/fat/Kconfig
##########
@@ -43,7 +43,7 @@ config FAT_LFN
 config FAT_MAXFNAME
 	int "FAT maximum file name size"
 	depends on FAT_LFN
-	default 32
+	default NAME_MAX

Review comment:
       FAT_MAXFNAME has the spec to define the range, but NAME_MAX is an abstract config, so it's hard to define a range which suitable for all possible file system.




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