summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-03 22:10:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-03 22:10:52 +0000
commit9c806fe8bfe8eabf3485c505edc7d4771d2f62ad (patch)
tree768323653f43dada23ff3e4f115a30cebbd68b02 /nuttx/include
parentc2064f636a8abfd8cb890e344fc86b360702cb5f (diff)
downloadpx4-nuttx-9c806fe8bfe8eabf3485c505edc7d4771d2f62ad.tar.gz
px4-nuttx-9c806fe8bfe8eabf3485c505edc7d4771d2f62ad.tar.bz2
px4-nuttx-9c806fe8bfe8eabf3485c505edc7d4771d2f62ad.zip
Most of packing logic is in place
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3556 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/nxffs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/include/nuttx/nxffs.h b/nuttx/include/nuttx/nxffs.h
index 90f1d76c6..351e70bed 100644
--- a/nuttx/include/nuttx/nxffs.h
+++ b/nuttx/include/nuttx/nxffs.h
@@ -63,6 +63,10 @@
# define CONFIG_NXFFS_PACKTHRESHOLD 32
#endif
+#ifndef CONFIG_NXFFS_MAXNAMLEN
+# define CONFIG_NXFFS_MAXNAMLEN 255
+#endif
+
/* At present, only a single pre-allocated NXFFS volume is supported. This
* is because here can be only a single NXFFS volume mounted at any time.
* This has to do with the fact that we bind to an MTD driver (instead of a