ekf: now it should even compile for NuttX

This commit is contained in:
Julian Oes
2016-04-28 16:30:49 +02:00
parent 12f4d6f703
commit f8a48f9cc5
+1 -1
View File
@@ -43,7 +43,7 @@
#include "mathlib.h"
#ifndef __PX4_QURT
#if defined(__cplusplus)
#if defined(__cplusplus) && !defined(__PX4_NUTTX)
#include <cmath>
#define ISFINITE(x) std::isfinite(x)
#else