mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 07:30:34 +08:00
replace <cfloat> with <float.h>
- <cfloat> isn't available in the NuttX c++ library
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
#include "data_validator_group.h"
|
||||
#include <ecl.h>
|
||||
#include <cfloat>
|
||||
#include <float.h>
|
||||
|
||||
DataValidatorGroup::DataValidatorGroup(unsigned siblings)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user