aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs/fs_romfs.h
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-23 18:46:12 -0800
committerpx4dev <px4@purgatory.org>2013-01-23 18:46:12 -0800
commit1ce1d4460b1c7884490118ea356bf61ffbd31163 (patch)
tree92c2fdbf63bd517b5a954f267ebdefdb23445df0 /nuttx/fs/romfs/fs_romfs.h
parent72a0a4a71cd48c268d581436461a1f97db85f1d3 (diff)
parent8685f63c72259d18304fd9a04099e5cfa17829ba (diff)
downloadpx4-firmware-1ce1d4460b1c7884490118ea356bf61ffbd31163.tar.gz
px4-firmware-1ce1d4460b1c7884490118ea356bf61ffbd31163.tar.bz2
px4-firmware-1ce1d4460b1c7884490118ea356bf61ffbd31163.zip
Merge pull request #183 from PX4/nuttx-merge-5527
Nuttx merge 5527
Diffstat (limited to 'nuttx/fs/romfs/fs_romfs.h')
-rw-r--r--nuttx/fs/romfs/fs_romfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/fs/romfs/fs_romfs.h b/nuttx/fs/romfs/fs_romfs.h
index 4081517fb..6a337d2c5 100644
--- a/nuttx/fs/romfs/fs_romfs.h
+++ b/nuttx/fs/romfs/fs_romfs.h
@@ -159,7 +159,6 @@ struct romfs_mountpt_s
struct romfs_file_s
{
struct romfs_file_s *rf_next; /* Retained in a singly linked list */
- bool rf_open; /* true: The file is (still) open */
uint32_t rf_startoffset; /* Offset to the start of the file data */
uint32_t rf_size; /* Size of the file in bytes */
uint32_t rf_cachesector; /* Current sector in the rf_buffer */