mufs: add actual file size to tree information
This commit is contained in:
parent
2401b024a9
commit
c08a8be9a9
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
struct flash_dev;
|
struct flash_dev;
|
||||||
|
|
||||||
struct mufs_tree {
|
struct mufs_tree {
|
||||||
|
uint32_t file_size;
|
||||||
uint32_t root;
|
uint32_t root;
|
||||||
uint8_t depth;
|
uint8_t depth;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue