diff --git a/doc/00index_e.html b/doc/00index_e.html index dc89108..a2e6649 100644 --- a/doc/00index_e.html +++ b/doc/00index_e.html @@ -42,6 +42,7 @@
FatFs module provides following functions to the applications. In other words, this list describes what FatFs can do to access the FAT volumes.
Since the FatFs module is completely separated from disk I/O layer, it requires following functions to access the physical media. When O/S related feature is enabled, it will require process/memory functions in addition. However the low level disk I/O module is not a part of FatFs module, so that it must be provided by user. The sample implementations are also available in the downloads.
+Since the FatFs module is completely separated from disk I/O layer, it requires following functions to access the storage device. When O/S related feature is enabled, it will require process/memory functions in addition. However the low level disk I/O module is not a part of FatFs module, so that it must be provided by user. The sample implementations are also available in the downloads.
The FatFs module is a free software opened for education, research and development. You can use, modify and/or redistribute it for personal projects or commercial products without any restriction under your responsibility. For further information, refer to the application note.