Removed words variable from lfs struct

This commit is contained in:
Christopher Haster
2017-04-30 13:12:44 -05:00
parent 63b52c9f2e
commit b35d761196
2 changed files with 6 additions and 5 deletions

1
lfs.h
View File

@@ -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;