diff options
| author | Joel Bodenmann <joel@unormal.org> | 2014-05-11 15:00:03 +0200 |
|---|---|---|
| committer | Joel Bodenmann <joel@unormal.org> | 2014-05-11 15:00:03 +0200 |
| commit | 6dc3cbcd2952f2c8c2fb589807ede06e09f87391 (patch) | |
| tree | aa2748b1a7364b5d7881368678a9e6b078ddec43 /src | |
| parent | 9e6b210425b046107dc58e166d1b3f6de3eb552e (diff) | |
| download | uGFX-6dc3cbcd2952f2c8c2fb589807ede06e09f87391.tar.gz uGFX-6dc3cbcd2952f2c8c2fb589807ede06e09f87391.tar.bz2 uGFX-6dc3cbcd2952f2c8c2fb589807ede06e09f87391.zip | |
GFILE rules bug fix
Diffstat (limited to 'src')
| -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 6e36e6b7..564cc2d7 100644 --- a/src/gfile/sys_options.h +++ b/src/gfile/sys_options.h @@ -133,7 +133,7 @@ * @brief Add floating point support to printg/scang etc. */ #ifndef GFILE_ALLOW_FLOATS - #define GFILE_ALLOW_FLOATS + #define GFILE_ALLOW_FLOATS FALSE #endif /** * @brief Can the device be specified as part of the file name. |
