Generated v2 prefixes

This commit is contained in:
geky-bot
2023-05-23 20:52:37 +00:00
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1651,7 +1651,7 @@ static int lfs2_dir_commitcrc(lfs2_t *lfs2, struct lfs2_commit *commit) {
commit->off = noff;
// perturb valid bit?
commit->ptag = ntag ^ ((0x80 & ~eperturb) << 24);
commit->ptag = ntag ^ ((0x80UL & ~eperturb) << 24);
// reset crc for next commit
commit->crc = 0xffffffff;