boards: reduce CONFIG_NFILE_DESCRIPTORS 15 -> 12

- reduced now that calibration uses uORB::Subscription
 - can likely be reduced further (perhaps < 8) with additional testing
This commit is contained in:
Daniel Agar
2020-08-20 12:09:15 -04:00
parent 4dee5d6a1c
commit 2c3441aa90
42 changed files with 42 additions and 42 deletions

View File

@@ -68,7 +68,7 @@ CONFIG_MEMSET_OPTSPEED=y
CONFIG_MMCSD=y
CONFIG_MMCSD_MULTIBLOCK_DISABLE=y
CONFIG_MM_REGIONS=2
CONFIG_NFILE_DESCRIPTORS=15
CONFIG_NFILE_DESCRIPTORS=12
CONFIG_NFILE_STREAMS=8
CONFIG_NSH_ARCHINIT=y
CONFIG_NSH_ARCHROMFS=y