FatFs R0.12b, released September 4, 2016

This commit is contained in:
Christopher Williams
2017-05-10 19:12:34 -07:00
parent 9798d01a6c
commit a353339125
57 changed files with 579 additions and 360 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ int f_printf (
<div class="para ret">
<h4>Return Values</h4>
<p>When the function succeeded, it returns number of characters written. When the function failed due to disk full or any error, an <tt>EOF (-1)</tt> will be returned.</p>
<p>When the function succeeded, it returns number of characters written. If the function could not write the generated string to the file due to disk full or an error, <tt>EOF (-1)</tt> will be returned.</p>
</div>