lfs_fs_preporphans ret int for graceful LFS_ASSERT

This commit is contained in:
Will
2021-01-04 11:37:28 +10:00
committed by Christopher Haster
parent 1a59954ec6
commit e7e4b352bd
2 changed files with 40 additions and 15 deletions

2
lfs.h
View File

@@ -207,7 +207,7 @@ struct lfs_config {
// Number of erasable blocks on the device.
lfs_size_t block_count;
// Number of erase cycles before littlefs evicts metadata logs and moves
// Number of erase cycles before littlefs evicts metadata logs and moves
// the metadata to another block. Suggested values are in the
// range 100-1000, with large values having better performance at the cost
// of less consistent wear distribution.