Cleaned up enough things to pass basic file testing

This commit is contained in:
Christopher Haster
2018-05-26 13:50:06 -05:00
parent a3c67d9697
commit 0405ceb171
4 changed files with 1243 additions and 1302 deletions

View File

@@ -88,6 +88,8 @@ const struct lfs_config cfg = {{
.erase = &lfs_emubd_erase,
.sync = &lfs_emubd_sync,
.name_size = 255,
.read_size = LFS_READ_SIZE,
.prog_size = LFS_PROG_SIZE,
.block_size = LFS_BLOCK_SIZE,