diff options
| author | hathach <[email protected]> | 2022-11-21 11:52:51 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-11-21 11:52:51 +0700 |
| commit | cab65acc464ca5876bd3682587ee2670268b13d2 (patch) | |
| tree | 1124d5ee60be6e9d6d09c8cc71d696fe37cfc935 /lib | |
| parent | 51873cd1be5291c15a24054e464d98d4953eebfa (diff) | |
add pwd
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fatfs/source/ffconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fatfs/source/ffconf.h b/lib/fatfs/source/ffconf.h index 9298ef897..96ff77155 100644 --- a/lib/fatfs/source/ffconf.h +++ b/lib/fatfs/source/ffconf.h @@ -153,7 +153,7 @@ / on character encoding. When LFN is not enabled, these options have no effect. */ -#define FF_FS_RPATH 1 +#define FF_FS_RPATH 2 /* This option configures support for relative path. / / 0: Disable relative path and remove related functions. |
