From 7b78a5a287827db9e9b16286f3604aef69b37c5c Mon Sep 17 00:00:00 2001 From: Leo C Date: Mon, 17 Nov 2014 14:47:05 +0100 Subject: Import fatfs R0.10c --- fatfs/doc/en/rc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fatfs/doc/en/rc.html') diff --git a/fatfs/doc/en/rc.html b/fatfs/doc/en/rc.html index c93479e..306671a 100644 --- a/fatfs/doc/en/rc.html +++ b/fatfs/doc/en/rc.html @@ -21,7 +21,7 @@
FR_INT_ERR
Assertion failed. An insanity is detected in the internal process. One of the following possibilities is suspected. Note that if once this error occured at any operation to an open file, the file object is aborted and all operations to the file except for close will be rejected. @@ -51,7 +51,7 @@ Note that if once this error occured at any operation to an open file, the file
FR_INVALID_OBJECT
The file/directory object structure is invalid or a null pointer is given. All open objects of the logical drive are invalidated by the voulme mount process.
FR_WRITE_PROTECTED
-
Any write mode action against the write-protected media.
+
Any write mode operation against the write-protected media.
FR_INVALID_DRIVE
Invalid drive number is specified in the path name. A null pointer is given as the path name. (Related option: _VOLUMES)
FR_NOT_ENABLED
@@ -74,7 +74,7 @@ Note that if once this error occured at any operation to an open file, the file
Not enough memory for the operation. There is one of the following reasons:
FR_TOO_MANY_OPEN_FILES
-- cgit v1.2.3