aboutsummaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-03 22:04:14 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-03 22:04:14 +0000
commit606c03100020570f7a40fcde3522c1bea3af05f8 (patch)
tree5a95a741d66c4cf2cced6bd05f1408b25d938895 /apps/nshlib
parent07b635386da6ed220d4f5c2a36f7e869b4e5b2a5 (diff)
downloadpx4-firmware-606c03100020570f7a40fcde3522c1bea3af05f8.tar.gz
px4-firmware-606c03100020570f7a40fcde3522c1bea3af05f8.tar.bz2
px4-firmware-606c03100020570f7a40fcde3522c1bea3af05f8.zip
Improve capability to traverse inodes in the NuttX psuedo-filesystem; now returns statfs
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5005 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index 08ecccbfd..83f2b007b 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -105,7 +105,7 @@ several other related 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_NFILE_DESCRIPTORS > 4
- CONFIG_FS_ROMFS
Default Start-Up Behavior