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 @@
#include "mathlib.h" #include "mathlib.h"
#ifndef __PX4_QURT #ifndef __PX4_QURT
#if defined(__cplusplus) #if defined(__cplusplus) && !defined(__PX4_NUTTX)
#include <cmath> #include <cmath>
#define ISFINITE(x) std::isfinite(x) #define ISFINITE(x) std::isfinite(x)
#else #else

Loading…
Cancel
Save