From 5630b9308323c3f3aaa09be8fe0f3aecaa826473 Mon Sep 17 00:00:00 2001 From: Leo C. Date: Sun, 30 Jun 2024 09:37:28 +0200 Subject: Import fatfs R0.15 --- fatfs/documents/doc/putc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fatfs/documents/doc/putc.html') diff --git a/fatfs/documents/doc/putc.html b/fatfs/documents/doc/putc.html index 4d93bf5..747b5fd 100644 --- a/fatfs/documents/doc/putc.html +++ b/fatfs/documents/doc/putc.html @@ -35,7 +35,7 @@ int f_putc (

Return Values

-

When the character was written successfuly, it returns number of character encoding units written to the file. When the function failed due to disk full or any error, an EOF (-1) will be returned.

+

When the character was written successfuly, it returns number of character encoding units written to the file. When the function failed due to disk full or any error, a negative value will be returned.

-- cgit v1.2.3