Changed name of upper-limits from blah_size to blah_max

This standardizes the naming between the LFS_BLAH_MAX macros and the
blah_max configuration in the lfs_config structure.
This commit is contained in:
Christopher Haster
2018-08-04 20:10:08 -05:00
parent 213530c376
commit dbcbe4e088
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,