aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/streams/chprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/lib/streams/chprintf.h')
-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 a595249a6..224744ef6 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 FALSE
+#define CHPRINTF_USE_FLOAT TRUE
#endif
#ifdef __cplusplus