diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-09-17 09:32:09 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-09-17 09:32:09 +1000 |
commit | c28c4645c0a1fb6f298e5ca2e8e843991b6adaef (patch) | |
tree | 851400e661a000240108c620b568974a294aedbe /src/gfile/sys_options.h | |
parent | 036ad5d3dd368d2836ed0148143da786f48f15e0 (diff) | |
download | uGFX-c28c4645c0a1fb6f298e5ca2e8e843991b6adaef.tar.gz uGFX-c28c4645c0a1fb6f298e5ca2e8e843991b6adaef.tar.bz2 uGFX-c28c4645c0a1fb6f298e5ca2e8e843991b6adaef.zip |
FATFS and PETITFS compile error fix (caused by prior file renaming).
Diffstat (limited to 'src/gfile/sys_options.h')
-rw-r--r-- | src/gfile/sys_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |