From 0c9bb01240ddd9f26ee9b8ff5b6d263f0c1299ff Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 6 Apr 2017 13:19:01 +0000 Subject: Changed floats default for chprintf. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10143 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/lib/streams/chprintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/lib/streams') 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 -- cgit v1.2.3