aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/sys_rules.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-08-15 02:22:02 +1000
committerinmarket <andrewh@inmarket.com.au>2014-08-15 02:22:02 +1000
commit75e1e7a5e26491e942fb2b25f518d8e2e3112721 (patch)
tree970754edda05d38bce1f85492868eca717820b99 /src/gfile/sys_rules.h
parent9b570be049bf656489bdce823f6f04beb80f053d (diff)
downloaduGFX-75e1e7a5e26491e942fb2b25f518d8e2e3112721.tar.gz
uGFX-75e1e7a5e26491e942fb2b25f518d8e2e3112721.tar.bz2
uGFX-75e1e7a5e26491e942fb2b25f518d8e2e3112721.zip
Add GFILE support for PetitFS (a very tiny FAT implementation)
Diffstat (limited to 'src/gfile/sys_rules.h')
-rw-r--r--src/gfile/sys_rules.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gfile/sys_rules.h b/src/gfile/sys_rules.h
index 8d07144d..d13041f2 100644
--- a/src/gfile/sys_rules.h
+++ b/src/gfile/sys_rules.h
@@ -17,6 +17,9 @@
#define _GFILE_RULES_H
#if GFX_USE_GFILE
+ #if GFILE_NEED_PETITFS && GFILE_NEED_FATFS
+ #error "GFILE: Both GFILE_NEED_PETITFS and GFILE_NEED_FATFS cannot both be turned on at the same time."
+ #endif
#endif
#endif /* _GFILE_RULES_H */