FatFs R0.11a, released September 5, 2015

This commit is contained in:
Christopher Williams
2015-10-19 08:53:27 -07:00
parent 095cc0fc01
commit 95374bbf12
81 changed files with 5038 additions and 4673 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ int main (int argc, char* argv[])
/* Check function/compatibility of the physical drive #0 */
rc = test_diskio(0, 1, buff, sizeof buff);
if (res) {
if (rc) {
printf("Sorry the function/compatibility test failed.\nFatFs will not work on this disk driver.\n");
} else {
printf("Congratulations! The disk I/O layer works well.\n");