Generated v2 prefixes

This commit is contained in:
geky-bot
2024-04-17 18:03:09 +00:00
3 changed files with 62 additions and 25 deletions
+1 -1
View File
@@ -688,7 +688,7 @@ static int lfs2_alloc(lfs2_t *lfs2, lfs2_block_t *block) {
if (lfs2->lookahead.ckpoint <= 0) {
LFS2_ERROR("No more free space 0x%"PRIx32,
(lfs2->lookahead.start + lfs2->lookahead.next)
% lfs2->cfg->block_count);
% lfs2->block_count);
return LFS2_ERR_NOSPC;
}