mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 04:17:43 +00:00
FatFs update to R0.11a.
This commit is contained in:
@@ -39,7 +39,7 @@ DWORD f_tell (
|
||||
|
||||
<div class="para desc">
|
||||
<h4>解説</h4>
|
||||
<p>f_tell関数は、現リビジョンではマクロとして実装されています。</p>
|
||||
<p>f_tell関数は、現リビジョンではマクロとして実装されています。ファイル オブジェクトの正当性チェックや排他制御は行いません。</p>
|
||||
<pre>
|
||||
<span class="k">#define</span> f_tell(fp) ((fp)->fptr)
|
||||
</pre>
|
||||
|
Reference in New Issue
Block a user