aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/streams
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-04-06 13:19:01 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-04-06 13:19:01 +0000
commit0c9bb01240ddd9f26ee9b8ff5b6d263f0c1299ff (patch)
treeccf85194c761f4a511786c3fdfa866b9982f8e83 /os/hal/lib/streams
parentc7caadf519543359e5f138d010201fb933c57d88 (diff)
downloadChibiOS-0c9bb01240ddd9f26ee9b8ff5b6d263f0c1299ff.tar.gz
ChibiOS-0c9bb01240ddd9f26ee9b8ff5b6d263f0c1299ff.tar.bz2
ChibiOS-0c9bb01240ddd9f26ee9b8ff5b6d263f0c1299ff.zip
Changed floats default for chprintf.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10143 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/lib/streams')
-rw-r--r--os/hal/lib/streams/chprintf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/lib/streams/chprintf.h b/os/hal/lib/streams/chprintf.h
index 224744ef6..a595249a6 100644
--- a/os/hal/lib/streams/chprintf.h
+++ b/os/hal/lib/streams/chprintf.h
@@ -31,7 +31,7 @@
* @brief Float type support.
*/
#if !defined(CHPRINTF_USE_FLOAT) || defined(__DOXYGEN__)
-#define CHPRINTF_USE_FLOAT TRUE
+#define CHPRINTF_USE_FLOAT FALSE
#endif
#ifdef __cplusplus