summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-11-21 11:52:51 +0700
committerhathach <[email protected]>2022-11-21 11:52:51 +0700
commitcab65acc464ca5876bd3682587ee2670268b13d2 (patch)
tree1124d5ee60be6e9d6d09c8cc71d696fe37cfc935 /lib
parent51873cd1be5291c15a24054e464d98d4953eebfa (diff)
add pwd
Diffstat (limited to 'lib')
-rw-r--r--lib/fatfs/source/ffconf.h2
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.