diff options
author | Joel Bodenmann <joel@embedded.pro> | 2017-01-09 10:55:17 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@embedded.pro> | 2017-01-09 10:55:17 +0100 |
commit | bfe41b4cfde9dea7bc4f54f14575c2e23546e14b (patch) | |
tree | cbaf2c9578ffb6bdd59af3395cc07a6fff8429cd /gfxconf.example.h | |
parent | 0e00642bfca57432cc88adb7bbe029872804673f (diff) | |
download | uGFX-bfe41b4cfde9dea7bc4f54f14575c2e23546e14b.tar.gz uGFX-bfe41b4cfde9dea7bc4f54f14575c2e23546e14b.tar.bz2 uGFX-bfe41b4cfde9dea7bc4f54f14575c2e23546e14b.zip |
Adding missing option GFILE_NEED_USERFS to gfxconf.example.h
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index db28d97f..764d9199 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -305,6 +305,7 @@ //#define GFILE_NEED_FATFS FALSE //#define GFILE_NEED_NATIVEFS FALSE //#define GFILE_NEED_CHBIOSFS FALSE +//#define GFILE_NEED_USERFS FALSE //#define GFILE_ALLOW_FLOATS FALSE //#define GFILE_ALLOW_DEVICESPECIFIC FALSE |