WIP Changed name of upper-limits from blah_size to blah_max

This commit is contained in:
Christopher Haster
2018-08-04 20:10:08 -05:00
parent 7ffbe81bb2
commit 4f0d248e09
3 changed files with 56 additions and 58 deletions

View File

@@ -92,8 +92,6 @@ 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,
.cache_size = LFS_CACHE_SIZE,