X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/0f3b947bda5f34662a611272b9f12199e0da9aca..976db69ffa80c4d499e53f6f22c26d784fdac0a1:/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) */