commit | 75ea632ba13cf958295384a3d74f27158c338813 | [log] [tgz] |
---|---|---|
author | Reto Schneider <reto.schneider@husqvarnagroup.com> | Wed Jul 20 02:38:09 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jul 20 11:09:29 2022 +0200 |
tree | 357d115ce903ab5c6efd37fe03c3bb831bf490af | |
parent | e22d5bcb59426efccf3fd1d0e8b75d688850b452 [diff] |
fs: fcb: Define length padding bytes Before this, on flashes with a write alignment greater than one, the padding bytes had no defined value. The effect of this non-deterministic code made it hard(er) to verify data written by FCB. Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>