Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lfs.h
diff options
context:
space:
mode:
authorNoah Gorny <noah@gittabags.com>2020-11-18 01:32:00 +0300
committerChristopher Haster <chaster@utexas.edu>2020-12-04 09:26:19 +0300
commit7388b2938ac093843ea4997ddcf1dd2a24012b01 (patch)
treec5cceb3276ed9102b4d54d992b461523334d28b3 /lfs.h
parentce425a56c322cea7152d01f1781f93d6581ad420 (diff)
Deprecate LFS_F_OPENED and use lfs_mlist_isused instead
Instead of additional flag, we can just go through the mlist.
Diffstat (limited to 'lfs.h')
-rw-r--r--lfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lfs.h b/lfs.h
index a752f8c..27469a1 100644
--- a/lfs.h
+++ b/lfs.h
@@ -143,7 +143,6 @@ enum lfs_open_flags {
LFS_F_ERRED = 0x080000, // An error occurred during write
#endif
LFS_F_INLINE = 0x100000, // Currently inlined in directory entry
- LFS_F_OPENED = 0x200000, // File has been opened
};
// File seek flags