File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,6 @@ All littlefs have the potential to return a negative error code. The errors
115
115
can be either one of those found in the `enum lfs_error` in [lfs.h](lfs.h),
116
116
or an error returned by the user's block device operations.
117
117
118
- It should also be noted that the current implementation of littlefs doesn't
119
- really do anything to ensure that the data written to disk is machine portable.
120
- This is fine as long as all of the involved machines share endianness
121
- (little-endian) and don't have strange padding requirements.
122
-
123
118
In the configuration struct, the `prog` and `erase` function provided by the
124
119
user may return a `LFS_ERR_CORRUPT` error if the implementation already can
125
120
detect corrupt blocks. However, the wear leveling does not depend on the return
You can’t perform that action at this time.
0 commit comments