aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TempDataLogger/Lib/FATFs/00readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/TempDataLogger/Lib/FATFs/00readme.txt')
-rw-r--r--Projects/TempDataLogger/Lib/FATFs/00readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/TempDataLogger/Lib/FATFs/00readme.txt b/Projects/TempDataLogger/Lib/FATFs/00readme.txt
index fa2fa84c8..a34c951c9 100644
--- a/Projects/TempDataLogger/Lib/FATFs/00readme.txt
+++ b/Projects/TempDataLogger/Lib/FATFs/00readme.txt
@@ -41,14 +41,14 @@ REVISION HISTORY
Jun 01, 2006 R0.02 Added FAT12.
Removed unbuffered mode.
- Fixed a problem on small (<32M) patition.
+ Fixed a problem on small (<32M) partition.
Jun 10, 2006 R0.02a Added a configuration option _FS_MINIMUM.
Sep 22, 2006 R0.03 Added f_rename.
Changed option _FS_MINIMUM to _FS_MINIMIZE.
- Dec 11, 2006 R0.03a Improved cluster scan algolithm to write files fast.
+ Dec 11, 2006 R0.03a Improved cluster scan algorithm to write files fast.
Fixed f_mkdir creates incorrect directory on FAT32.
Feb 04, 2007 R0.04 Supported multiple drive system. (FatFs)
@@ -56,7 +56,7 @@ REVISION HISTORY
Added f_mkfs. (FatFs)
Added _USE_FAT32 option. (Tiny-FatFs)
- Apr 01, 2007 R0.04a Supported multiple partitions on a plysical drive. (FatFs)
+ Apr 01, 2007 R0.04a Supported multiple partitions on a physical drive. (FatFs)
Fixed an endian sensitive code in f_mkfs. (FatFs)
Added a capability of extending the file size to f_lseek.
Added minimization level 3.