aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/sys_options.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-06-27 19:01:59 +0200
committerJoel Bodenmann <joel@unormal.org>2014-06-27 19:01:59 +0200
commit65ea8205b577ef40ad738f265082f40edf462100 (patch)
tree360d5da7a4acdd350313abe255e2dd9245989787 /src/gfile/sys_options.h
parentb55fa551e367ec4ce927970fd551b5055bc80c25 (diff)
parenta9f1520e02ed5425abbfb7e621f103053c2e3799 (diff)
downloaduGFX-65ea8205b577ef40ad738f265082f40edf462100.tar.gz
uGFX-65ea8205b577ef40ad738f265082f40edf462100.tar.bz2
uGFX-65ea8205b577ef40ad738f265082f40edf462100.zip
Merge branch 'fatfs'
Diffstat (limited to 'src/gfile/sys_options.h')
-rw-r--r--src/gfile/sys_options.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gfile/sys_options.h b/src/gfile/sys_options.h
index 564cc2d7..41cf6a63 100644
--- a/src/gfile/sys_options.h
+++ b/src/gfile/sys_options.h
@@ -21,6 +21,16 @@
* @{
*/
/**
+ * @brief Should the filesystem not be mounted automatically
+ * @details The filesystem is normally mounted automatically if the
+ * user does not do it manually. This option turns that off
+ * so the user must manually mount the file-system first.
+ * @details Defaults to FALSE
+ */
+ #ifndef GFILE_NEED_NOAUTOMOUNT
+ #define GFILE_NEED_NOAUTOMOUNT FALSE
+ #endif
+ /**
* @brief Include printg, fprintg etc functions
* @details Defaults to FALSE
*/