FatFs R0.11, released Febrary 9, 2015

This commit is contained in:
Christopher Williams
2015-03-11 10:25:52 -07:00
parent 9ca3490602
commit 9acb379950
95 changed files with 1494 additions and 1031 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
/ If the file has been opened without FA_WRITE flag, it only checks if
/ the file is contiguous and returns the resulut. */
#if _FATFS != 80367 /* Check if R0.10c */
#if _FATFS != 32020 /* Check if R0.11 */
#error This function may not be compatible with this revision of FatFs module.
#endif