From f813716db8e5558d997f9ae89f5868d6db815f65 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 6 May 2011 15:19:07 +0000 Subject: [PATCH] Fix NXFFS positioning bug git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3569 42af7a65-404d-4744-a932-0658087f49c3 --- examples/nxffs/nxffs_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nxffs/nxffs_main.c b/examples/nxffs/nxffs_main.c index c94b3cb80..b97f63737 100644 --- a/examples/nxffs/nxffs_main.c +++ b/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