Browse Source

AP_RPM: remove unused variable

mission-4.1.18
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
a8d8e5c0ef
  1. 1
      libraries/AP_RPM/RPM_Pin.h

1
libraries/AP_RPM/RPM_Pin.h

@ -33,7 +33,6 @@ private: @@ -33,7 +33,6 @@ private:
ModeFilterFloat_Size5 signal_quality_filter {3};
uint8_t last_pin = -1;
uint32_t last_gpio;
struct IrqState {
uint32_t last_pulse_us;
uint32_t dt_sum;

Loading…
Cancel
Save