forked from Archive/PX4-Autopilot
EKF: Remove unused error variable
This commit is contained in:
parent
849b61213c
commit
d222f6e664
|
@ -105,12 +105,6 @@ uint64_t getMicros()
|
|||
namespace estimator
|
||||
{
|
||||
|
||||
/* oddly, ERROR is not defined for c++ */
|
||||
#ifdef ERROR
|
||||
# undef ERROR
|
||||
#endif
|
||||
static const int ERROR = -1;
|
||||
|
||||
AttitudePositionEstimatorEKF *g_estimator = nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue