Files
littlefs/tests
Christopher Haster ddb86af059 Dropped lfs_cmp for manual comparisons
So instead of:

  lfs_cmp(cmp) <= 0

You can do:

  cmp <= LFS_CMP_EQ

This is much simpler and still preserves the ability to use all of C's
comparison operators on the results of disk comparisons.
2024-02-11 00:36:01 -06:00
..