mufs: add actual file size to tree information

This commit is contained in:
S.J.R. van Schaik 2017-05-29 15:00:42 +02:00
parent 2401b024a9
commit c08a8be9a9

View file

@ -3,6 +3,7 @@
struct flash_dev;
struct mufs_tree {
uint32_t file_size;
uint32_t root;
uint8_t depth;
};