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

View File

@@ -45,7 +45,7 @@
#include "navigator.h"
#include <cfloat>
#include <float.h>
#include <sys/stat.h>
#include <dataman/dataman.h>