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/dinit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fatfs/documents/doc/dinit.html') diff --git a/fatfs/documents/doc/dinit.html b/fatfs/documents/doc/dinit.html index a7718bc..c668c66 100644 --- a/fatfs/documents/doc/dinit.html +++ b/fatfs/documents/doc/dinit.html @@ -38,7 +38,7 @@ DSTATUS disk_initialize (

Description

This function initializes the storage device and put it ready to generic read/write. When the function succeeded, STA_NOINIT flag in the return value is cleared.

-

Remarks: This function needs to be under control of FatFs module. Application program MUST NOT call this function, or FAT structure on the volume can be broken. To re-initialize the filesystem, use f_mount function instead.

+

Remarks: This function needs to be under control of FatFs module. Application program MUST NOT call this function while FatFs is in use, or FAT structure on the volume can be broken. To re-initialize the filesystem, use f_mount function instead.

Return

-- cgit v1.2.3