mirror of https://github.com/ARMmbed/mbed-os.git
Unity framework : add float support in error print
parent
2eaf58d6f7
commit
da379757f9
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue