mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 00:11:20 +08:00
app: delete NFILE_DESCRIPTORS limits
Change-Id: I3ced2b2b7440a2c79a712cfc97b4cd15d2bddd4c Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
@@ -184,7 +184,6 @@ configuration options as described in the final section of this README. This
|
||||
capability also depends on:
|
||||
|
||||
- `CONFIG_DISABLE_MOUNTPOINT` not set
|
||||
- `CONFIG_NFILE_DESCRIPTORS > 4`
|
||||
- `CONFIG_FS_ROMFS`
|
||||
|
||||
### Default Start-Up Behavior
|
||||
|
@@ -331,11 +331,6 @@
|
||||
# undef CONFIG_NSH_ROMFSETC
|
||||
# endif
|
||||
|
||||
# if CONFIG_NFILE_DESCRIPTORS < 4
|
||||
# error "Not enough file descriptors"
|
||||
# undef CONFIG_NSH_ROMFSETC
|
||||
# endif
|
||||
|
||||
# ifndef CONFIG_FS_ROMFS
|
||||
# error "ROMFS support not enabled"
|
||||
# undef CONFIG_NSH_ROMFSETC
|
||||
|
Reference in New Issue
Block a user