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