From 77d7221843bc580255155635c2b0bfe8ba7a2d89 Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Tue, 28 Mar 2017 00:04:53 +0200 Subject: [PATCH] Missing CHPRINTF_USE_FLOAT in simulator's chconf.h --- win32_functional_tests/chconf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win32_functional_tests/chconf.h b/win32_functional_tests/chconf.h index 2f29bf9e75..76ab9217a0 100644 --- a/win32_functional_tests/chconf.h +++ b/win32_functional_tests/chconf.h @@ -28,6 +28,8 @@ #ifndef _CHCONF_H_ #define _CHCONF_H_ +#define CHPRINTF_USE_FLOAT TRUE + /*===========================================================================*/ /** * @name System timers settings