From c28c4645c0a1fb6f298e5ca2e8e843991b6adaef Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 17 Sep 2014 09:32:09 +1000 Subject: FATFS and PETITFS compile error fix (caused by prior file renaming). --- src/gfile/sys_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gfile/sys_options.h') diff --git a/src/gfile/sys_options.h b/src/gfile/sys_options.h index 354d4f2b..5581b13b 100644 --- a/src/gfile/sys_options.h +++ b/src/gfile/sys_options.h @@ -127,7 +127,7 @@ * @note PETITFS can only have one file open at a time. */ #ifndef GFILE_NEED_PETITFS - #define GFILE_NEED_FATFS FALSE + #define GFILE_NEED_PETITFS FALSE #endif /** * @brief Include the operating system's native file system -- cgit v1.2.3