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/chdrive.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fatfs/documents/doc/chdrive.html') diff --git a/fatfs/documents/doc/chdrive.html b/fatfs/documents/doc/chdrive.html index fb1c32f..4dfc7d8 100644 --- a/fatfs/documents/doc/chdrive.html +++ b/fatfs/documents/doc/chdrive.html @@ -41,7 +41,7 @@ FRESULT f_chdrive (

Description

-

The f_chdrive function changes only the current drive. The initial value of the current drive number is 0. Note that the current drive is retained in a static variable, so that it also affects other tasks that using the file functions.

+

The f_chdrive function changes only the current drive. The initial value of the current drive number is 0. In Unix style drive prefix configuration, this function will not be needed because f_chdir function changes also the current drive. Note that the current drive is retained in a static variable, so that it also affects other tasks that using the file functions.

@@ -56,8 +56,6 @@ FRESULT f_chdrive ( f_chdrive("2:"); /* Set drive 2 as current drive */ f_chdrive(""); /* No effect (set current drive as current drive) */ - - f_chdrive("/flash"); /* Set drive "flash" as current drive (at Unix style volume ID) */
-- cgit v1.2.3