aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-11 15:00:03 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-11 15:00:03 +0200
commit6dc3cbcd2952f2c8c2fb589807ede06e09f87391 (patch)
treeaa2748b1a7364b5d7881368678a9e6b078ddec43
parent9e6b210425b046107dc58e166d1b3f6de3eb552e (diff)
downloaduGFX-6dc3cbcd2952f2c8c2fb589807ede06e09f87391.tar.gz
uGFX-6dc3cbcd2952f2c8c2fb589807ede06e09f87391.tar.bz2
uGFX-6dc3cbcd2952f2c8c2fb589807ede06e09f87391.zip
GFILE rules bug fix
-rw-r--r--src/gfile/sys_options.h2
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.