WIP cleaned up commit logic

This commit is contained in:
Christopher Haster
2018-07-13 15:04:31 -05:00
parent 7ec75a55f2
commit 37cf030445
2 changed files with 438 additions and 474 deletions

910
lfs.c

File diff suppressed because it is too large Load Diff

2
lfs.h
View File

@@ -263,7 +263,7 @@ struct lfs_attr {
/// littlefs data structures ///
typedef struct lfs_mattr {
struct lfs_mattr *next;
const struct lfs_mattr *next;
int32_t tag;
const void *buffer;
} lfs_mattr_t;