X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/70702af1370e44e32fb2c3c507e4759a187b4fe5:/fatfs/doc/res/app3.c..289f6a146c0b2087607d8d8659531ea90142779a:/fatfs/documents/res/app3.c diff --git a/fatfs/doc/res/app3.c b/fatfs/documents/res/app3.c similarity index 95% rename from fatfs/doc/res/app3.c rename to fatfs/documents/res/app3.c index c4cfcf5..523058f 100644 --- a/fatfs/doc/res/app3.c +++ b/fatfs/documents/res/app3.c @@ -98,7 +98,7 @@ int main (void) return 1; } - /* Now you can read/write the file without file system layer. */ + /* Now you can read/write the file without filesystem layer. */ ... dr = disk_write(fil.fs->drv, Buff, org, 1024); /* Write 512KiB from top of the file */ ...