From 4e86bc7620bb7aaf655cd84587ca855028ac8ad0 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Sat, 19 Aug 2017 04:23:52 -1000 Subject: [PATCH] px4nucleoF767ZI-v1 nsh: increase CONFIG_NFILE_DESCRIPTORS from 53 to 54 Updated to match master This is needed when logger is logging to file and ulog streaming gets activated --- nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig b/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig index 0edda74da6..3d81894454 100644 --- a/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig +++ b/nuttx-configs/px4nucleoF767ZI-v1/nsh/defconfig @@ -586,7 +586,7 @@ CONFIG_DEV_CONSOLE=y # CONFIG_FDCLONE_DISABLE is not set CONFIG_FDCLONE_STDIO=y CONFIG_SDCLONE_DISABLE=y -CONFIG_NFILE_DESCRIPTORS=47 +CONFIG_NFILE_DESCRIPTORS=54 CONFIG_NFILE_STREAMS=8 CONFIG_NAME_MAX=32 CONFIG_PRIORITY_INHERITANCE=y