Skip to content

Commit da37975

Browse files
committed
Unity framework : add float support in error print
1 parent 2eaf58d commit da37975

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)