mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 19:30:35 +08:00
replace <cfloat> with <float.h>
- <cfloat> isn't available in the NuttX c++ library
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
#include <parameters/param.h>
|
||||
|
||||
#include <cmath>
|
||||
#include <cfloat>
|
||||
#include <float.h>
|
||||
#include <cstring>
|
||||
|
||||
#include <uORB/topics/actuator_armed.h>
|
||||
|
||||
Reference in New Issue
Block a user