PX4_ISFINITE use builtin everywhere

This commit is contained in:
Daniel Agar
2018-12-23 16:11:05 -05:00
parent 75bb3e9bac
commit 184aa2861a
21 changed files with 49 additions and 27 deletions

View File

@@ -44,6 +44,8 @@
#include "health_flag_helper.h"
#include "rc_check.h"
#include <math.h>
#include <parameters/param.h>
#include <systemlib/mavlink_log.h>
#include <uORB/Subscription.hpp>