mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-24 16:27:50 +00:00
FatFs update to R0.11a.
This commit is contained in:
@@ -39,7 +39,7 @@ DWORD f_tell (
|
||||
|
||||
<div class="para desc">
|
||||
<h4>Description</h4>
|
||||
<p>In this revision, the <tt>f_tell()</tt> function is implemented as a macro.</p>
|
||||
<p>In this revision, the <tt>f_tell</tt> function is implemented as a macro. It has not any validation and mutual exclusion.</p>
|
||||
<pre>
|
||||
<span class="k">#define</span> f_tell(fp) ((fp)->fptr)
|
||||
</pre>
|
||||
|
Reference in New Issue
Block a user