summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-05-06 15:19:07 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-05-06 15:19:07 +0000
commitd8883c6ebbbdc95287fa55a1d2aa5d3136170ca0 (patch)
treefae55c1f9e1775829fcbec4aa20c46b0fd768434 /apps
parent5cb1f2972334cff4bfcf905f0746d9af9bff580c (diff)
Fix NXFFS positioning bug
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3569 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/nxffs/nxffs_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxffs/nxffs_main.c b/apps/examples/nxffs/nxffs_main.c
index c94b3cb80b..b97f637372 100644
--- a/apps/examples/nxffs/nxffs_main.c
+++ b/apps/examples/nxffs/nxffs_main.c
@@ -103,7 +103,7 @@
#endif
#ifndef CONFIG_EXAMPLES_NXFFS_NLOOPS
-# define CONFIG_EXAMPLES_NXFFS_NLOOPS 10
+# define CONFIG_EXAMPLES_NXFFS_NLOOPS 100
#endif
#ifndef CONFIG_EXAMPLES_NXFFS_VERBOSE