pkarashchenko commented on code in PR #7404: URL: https://github.com/apache/incubator-nuttx/pull/7404#discussion_r1002937958
########## fs/romfs/Kconfig: ########## @@ -20,4 +20,10 @@ config FS_ROMFS_CACHE_NODE is mounted so that we can quick access entry of ROMFS filesystem on emmc/sdcard. +config FS_ROMFS_CACHE_FILE_NSECTORS + int "The number of file cache sector" + default 1 Review Comment: do we need to add range check here so 0 can't be set? -- 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