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
+1
View File
@@ -43,6 +43,7 @@
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <math.h>
class ParameterTest : public UnitTest
{