FatFs R0.15, released November 6, 2022

This commit is contained in:
Christopher Williams
2022-11-08 17:31:20 -07:00
parent ab8c36b6e2
commit 04d5545d67
33 changed files with 1280 additions and 896 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ FRESULT test_contiguous_file (
*cont = 0;
fr = f_lseek(fp, 0); /* Validates and prepares the file */
fr = f_rewind(fp); /* Validates and prepares the file */
if (fr != FR_OK) return fr;
#if FF_MAX_SS == FF_MIN_SS