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
@@ -41,6 +41,7 @@
#include <time.h>
#include <stdlib.h>
#include <unistd.h>
#include <math.h>
#include <drivers/drv_hrt.h>
#include <perf/perf_counter.h>