FatFs R0.10c, released November 9, 2014

This commit is contained in:
Christopher Williams
2015-01-31 09:29:37 -07:00
parent 762b341574
commit 0e89a5798f
79 changed files with 1601 additions and 1367 deletions
+2 -2
View File
@@ -32,9 +32,9 @@ DRESULT disk_write (
<dt>buff</dt>
<dd>Pointer to the <em>byte array</em> to be written. The size of data to be written is sector size * <tt class="arg">count</tt> bytes.</dd>
<dt>sector</dt>
<dd>Start sector number in logical block address (LBA).</dd>
<dd>Start sector number in 32-bit LBA.</dd>
<dt>count</dt>
<dd>Number of sectors to write. FatFs specifis it in range of from 1 to 128.</dd>
<dd>Number of sectors to write in range of from 1 to 128.</dd>
</dl>
</div>