EKF: Remove unused error variable

This commit is contained in:
Lorenz Meier 2015-09-12 10:52:07 +02:00
parent 849b61213c
commit d222f6e664
1 changed files with 0 additions and 6 deletions

View File

@ -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;
}