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:
authorChristopher Haster <chaster@utexas.edu>2017-04-30 21:12:44 +0300
committerChristopher Haster <chaster@utexas.edu>2017-05-08 08:53:08 +0300
commitb35d7611964d1470409269bf25e3499721dcbe7d (patch)
treed718487857d7f8a0d3c45e21bd0dca12ac2e63fb /lfs.h
parent63b52c9f2e8305f983c9fc491c3d7e4a0f7bf670 (diff)
Removed words variable from lfs struct
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 c7a9759..1efc630 100644
--- a/lfs.h
+++ b/lfs.h
@@ -210,7 +210,6 @@ typedef struct lfs_free {
// littlefs type
typedef struct lfs {
const struct lfs_config *cfg;
- lfs_size_t words; // number of 32-bit words that can fit in a block
lfs_block_t root[2];
lfs_dir_t *scratch;