replace <cfloat> with <float.h>

- <cfloat> isn't available in the NuttX c++ library
This commit is contained in:
Daniel Agar
2019-01-06 11:38:29 -05:00
parent c0b464e9e2
commit 60f2a92e3d
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include <unit_test.h>
#include <px4_config.h>
#include <cfloat>
#include <float.h>
typedef union {
float f;