mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5469 from jeromecoutant/PR_UNITY
Unity framework : add float support in error printpull/5693/head
commit
ef44e4b4fb
|
|
@ -20,6 +20,8 @@ extern "C"
|
||||||
#define UNITY_SUPPORT_64
|
#define UNITY_SUPPORT_64
|
||||||
// support double precision floating point
|
// support double precision floating point
|
||||||
#define UNITY_INCLUDE_DOUBLE
|
#define UNITY_INCLUDE_DOUBLE
|
||||||
|
// support float values in error print
|
||||||
|
#define UNITY_FLOAT_VERBOSE
|
||||||
|
|
||||||
#include "unity_internals.h"
|
#include "unity_internals.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue