WIP cleaned up commit logic
This commit is contained in:
@@ -263,7 +263,7 @@ struct lfs_attr {
|
|||||||
|
|
||||||
/// littlefs data structures ///
|
/// littlefs data structures ///
|
||||||
typedef struct lfs_mattr {
|
typedef struct lfs_mattr {
|
||||||
struct lfs_mattr *next;
|
const struct lfs_mattr *next;
|
||||||
int32_t tag;
|
int32_t tag;
|
||||||
const void *buffer;
|
const void *buffer;
|
||||||
} lfs_mattr_t;
|
} lfs_mattr_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user