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
@@ -26,7 +26,7 @@ FRESULT f_findnext (
<h4>Parameters</h4>
<dl class="par">
<dt>dp</dt>
<dd>Pinter to the valid directory object created by <tt>f_findfirst</tt> function.</dd>
<dd>Pointer to the valid directory object created by <tt>f_findfirst</tt> function.</dd>
<dt>fno</dt>
<dd>Pointer to the file information structure to store the information about the found directory item.</dd>
</dl>