From 75e1e7a5e26491e942fb2b25f518d8e2e3112721 Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 15 Aug 2014 02:22:02 +1000 Subject: Add GFILE support for PetitFS (a very tiny FAT implementation) --- src/gfile/sys_rules.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gfile/sys_rules.h') 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 */ -- cgit v1.2.3