Browse Source

ekf: now it should even compile for NuttX

master
Julian Oes 9 years ago
parent
commit
f8a48f9cc5
  1. 2
      EKF/ekf.cpp

2
EKF/ekf.cpp

@ -43,7 +43,7 @@ @@ -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

Loading…
Cancel
Save