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
@@ -80,7 +80,7 @@
#include <parameters/param.h>
#include <cmath>
#include <cfloat>
#include <float.h>
#include <cstring>
#include <uORB/topics/actuator_armed.h>