X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/b4e3fab85fcd9f5b1502ec991c81302b910492d3:/fatfs/doc/en/forward.html..0f3b947bda5f34662a611272b9f12199e0da9aca:/fatfs/documents/doc/forward.html diff --git a/fatfs/doc/en/forward.html b/fatfs/documents/doc/forward.html similarity index 91% rename from fatfs/doc/en/forward.html rename to fatfs/documents/doc/forward.html index eddb051..ada0a05 100644 --- a/fatfs/doc/en/forward.html +++ b/fatfs/documents/doc/forward.html @@ -1,7 +1,7 @@ - + @@ -46,6 +46,7 @@ FRESULT f_forward ( FR_DISK_ERR, FR_INT_ERR, FR_INVALID_OBJECT, +FR_DENIED, FR_TIMEOUT

@@ -59,7 +60,7 @@ FRESULT f_forward (

QuickInfo

-

Available when _USE_FORWARD == 1.

+

Available when FF_USE_FORWARD == 1.

@@ -114,10 +115,10 @@ FRESULT play_file ( /* Repeat until the file pointer reaches end of the file */ while (rc == FR_OK && !f_eof(&fil)) { - /* any other processes... */ + /* some processes... */ /* Fill output stream periodicaly or on-demand */ - rc = f_forward(&fil, out_stream, 1000, &dmy); + rc = f_forward(&fil, out_stream, 1000, &dmy); } /* Close the file and return */