From 70702af1370e44e32fb2c3c507e4759a187b4fe5 Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 8 Sep 2016 19:15:27 +0200 Subject: Import fatfs R0.12b --- fatfs/doc/en/truncate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fatfs/doc/en/truncate.html') diff --git a/fatfs/doc/en/truncate.html b/fatfs/doc/en/truncate.html index 7dc980d..d0079d7 100644 --- a/fatfs/doc/en/truncate.html +++ b/fatfs/doc/en/truncate.html @@ -36,7 +36,7 @@ FRESULT f_truncate ( FR_OK, FR_DISK_ERR, FR_INT_ERR, -FR_NOT_READY, +FR_DENIED, FR_INVALID_OBJECT, FR_TIMEOUT

@@ -45,7 +45,7 @@ FRESULT f_truncate (

Description

-

The f_truncate() function truncates the file size to the current file read/write pointer. This function has no effect if the file read/write pointer is already pointing end of the file.

+

The f_truncate function truncates the file size to the current file read/write pointer. This function has no effect if the file read/write pointer is already pointing end of the file.

-- cgit v1.2.3