Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2018-08-05 04:10:08 +0300
committerChristopher Haster <chaster@utexas.edu>2018-10-16 17:42:46 +0300
commitdbcbe4e088a916231611beff34b0e71726bd2d5d (patch)
treec46cec3b512dbaa9920a481e7dbaa52e9831ec12 /tests
parent213530c3767da4acf6965b9f3c2f8a0f21f3b3b1 (diff)
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/template.fmt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/template.fmt b/tests/template.fmt
index 7f136c8..c745d24 100644
--- a/tests/template.fmt
+++ b/tests/template.fmt
@@ -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,