Generated v2 prefixes

This commit is contained in:
geky-bot
2022-11-10 21:10:59 +00:00
8 changed files with 35 additions and 19 deletions

View File

@@ -93,7 +93,7 @@ PROLOGUE = """
__attribute__((unused)) lfs2_dir_t dir;
__attribute__((unused)) struct lfs2_info info;
__attribute__((unused)) char path[1024];
__attribute__((unused)) uint8_t buffer[1024];
__attribute__((unused)) uint8_t buffer[(1024 > LFS2_BLOCK_SIZE * 4) ? (1024) : (LFS2_BLOCK_SIZE * 4)];
__attribute__((unused)) lfs2_size_t size;
__attribute__((unused)) int err;