mufs: add actual file size to tree information

tags/0.1.0
S.J.R. van Schaik 7 years ago
parent 2401b024a9
commit c08a8be9a9
  1. 1
      include/fs/mufs.h

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

Loading…
Cancel
Save