mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_AHRS: remove unused active_accel_instance
Not a great member function as only DCM updates this
This commit is contained in:
parent
a3c31f7ba1
commit
a92fc7845c
@ -471,11 +471,6 @@ public:
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// return the active accelerometer instance
|
|
||||||
uint8_t get_active_accel_instance(void) const {
|
|
||||||
return _active_accel_instance;
|
|
||||||
}
|
|
||||||
|
|
||||||
// is the AHRS subsystem healthy?
|
// is the AHRS subsystem healthy?
|
||||||
virtual bool healthy(void) const = 0;
|
virtual bool healthy(void) const = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user