mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Rangefinder: Remove unused members
This commit is contained in:
parent
0808539ee5
commit
52d6353e33
@ -43,7 +43,6 @@ protected:
|
|||||||
private:
|
private:
|
||||||
|
|
||||||
int8_t last_pin; // last pin used for reading pwm (used to recognise change in pin assignment)
|
int8_t last_pin; // last pin used for reading pwm (used to recognise change in pin assignment)
|
||||||
uint32_t last_reading_ms; // system time of last read (used for health reporting)
|
|
||||||
|
|
||||||
// the following three members are updated by the interrupt handler
|
// the following three members are updated by the interrupt handler
|
||||||
uint32_t irq_value_us; // some of calculated pwm values (irq copy)
|
uint32_t irq_value_us; // some of calculated pwm values (irq copy)
|
||||||
|
Loading…
Reference in New Issue
Block a user