summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/nxffs/nxffs_initialize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/nxffs/nxffs_initialize.c b/nuttx/fs/nxffs/nxffs_initialize.c
index 09a7951fc..ec5239545 100644
--- a/nuttx/fs/nxffs/nxffs_initialize.c
+++ b/nuttx/fs/nxffs/nxffs_initialize.c
@@ -156,8 +156,8 @@ struct nxffs_volume_s g_volume;
int nxffs_initialize(FAR struct mtd_dev_s *mtd)
{
FAR struct nxffs_volume_s *volume;
- struct nxffs_blkstats_s stats;
#ifdef CONFIG_NXFFS_SCAN_VOLUME
+ struct nxffs_blkstats_s stats;
off_t threshold;
#endif
int ret;