X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/70702af1370e44e32fb2c3c507e4759a187b4fe5:/fatfs/doc/en/utime.html..289f6a146c0b2087607d8d8659531ea90142779a:/fatfs/documents/doc/utime.html diff --git a/fatfs/doc/en/utime.html b/fatfs/documents/doc/utime.html similarity index 87% rename from fatfs/doc/en/utime.html rename to fatfs/documents/doc/utime.html index 6b7f291..40e39eb 100644 --- a/fatfs/doc/en/utime.html +++ b/fatfs/documents/doc/utime.html @@ -1,7 +1,7 @@ - + @@ -77,7 +77,7 @@ FRESULT set_timestamp ( fno.fdate = (WORD)(((year - 1980) * 512U) | month * 32U | mday); fno.ftime = (WORD)(hour * 2048U | min * 32U | sec / 2U); - return f_utime(obj, &fno); + return f_utime(obj, &fno); } @@ -85,7 +85,7 @@ FRESULT set_timestamp (

QuickInfo

-

Available when _FS_READONLY == 0 and _USE_CHMOD == 1.

+

Available when FF_FS_READONLY == 0 and FF_USE_CHMOD == 1.