Skip to content

Commit ef44e4b

Browse files
authored
Merge pull request #5469 from jeromecoutant/PR_UNITY
Unity framework : add float support in error print
2 parents 1137b41 + da37975 commit ef44e4b

File tree

1 file changed

+2
-0
lines changed
  • features/frameworks/unity/unity

1 file changed

+2
-0
lines changed

features/frameworks/unity/unity/unity.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ extern "C"
2020
#define UNITY_SUPPORT_64
2121
// support double precision floating point
2222
#define UNITY_INCLUDE_DOUBLE
23+
// support float values in error print
24+
#define UNITY_FLOAT_VERBOSE
2325

2426
#include "unity_internals.h"
2527

0 commit comments

Comments
 (0)