Browse Source

EKF: remove un-used variable

master
Paul Riseborough 8 years ago committed by Lorenz Meier
parent
commit
9ddcba3ed0
  1. 2
      EKF/RingBuffer.h

2
EKF/RingBuffer.h

@ -188,6 +188,4 @@ private: @@ -188,6 +188,4 @@ private:
unsigned _head, _tail, _size;
bool _first_write;
// debug
uint64_t _time_last;
};

Loading…
Cancel
Save