nuttx configs: increase CONFIG_NFILE_DESCRIPTORS from 51 to 53

this is needed due to the additional topics logged with the logger
This commit is contained in:
Beat Küng
2017-03-01 14:43:59 +01:00
committed by Lorenz Meier
parent 037280c17d
commit 1d93b1bce3
10 changed files with 10 additions and 10 deletions

View File

@@ -676,7 +676,7 @@ CONFIG_DEV_CONSOLE=y
# CONFIG_FDCLONE_DISABLE is not set
CONFIG_FDCLONE_STDIO=y
CONFIG_SDCLONE_DISABLE=y
CONFIG_NFILE_DESCRIPTORS=51
CONFIG_NFILE_DESCRIPTORS=53
CONFIG_NFILE_STREAMS=8
CONFIG_NAME_MAX=32
CONFIG_PRIORITY_INHERITANCE=y