mirror of
https://github.com/eledio-devices/thirdparty-littlefs.git
synced 2025-11-01 08:48:31 +01:00
WIP cleaned up commit logic
This commit is contained in:
2
lfs.h
2
lfs.h
@@ -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