Files
littlefs/tests
Christopher Haster da9ac39c88 Fixed issue where FBIG errors did not set the DESYNC flag
I think the assumption was that since these errors are trivially noops,
they shouldn't change any file state. But this doesn't match the
behavior of other errors, which is inconsistent and probably not what
users expect.

Also added a couple tests around FBIG that should catch this in the
future.

Curiously this actually saved a word of code, I guess because of
rerouting all errors through the same function epilogues:

           code          stack
  before: 36416           2616
  after:  36412 (-0.0%)   2616 (+0.0%)
2024-08-20 15:15:48 -05:00
..
2024-08-20 00:32:00 -05:00
2024-08-20 00:32:00 -05:00
2024-08-16 01:03:49 -05:00