From da379757f9cdf811949bfb5dc762236a9a6c3637 Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Thu, 9 Nov 2017 15:42:24 +0100 Subject: [PATCH] Unity framework : add float support in error print --- features/frameworks/unity/unity/unity.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/frameworks/unity/unity/unity.h b/features/frameworks/unity/unity/unity.h index 31f4af53aa..45d6a065f9 100644 --- a/features/frameworks/unity/unity/unity.h +++ b/features/frameworks/unity/unity/unity.h @@ -20,6 +20,8 @@ extern "C" #define UNITY_SUPPORT_64 // support double precision floating point #define UNITY_INCLUDE_DOUBLE +// support float values in error print +#define UNITY_FLOAT_VERBOSE #include "unity_internals.h"