mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
APMrover2: remove unused compass_init_location state
This commit is contained in:
parent
465bde5339
commit
6488c204f1
@ -228,9 +228,6 @@ private:
|
|||||||
FUNCTOR_BIND_MEMBER(&Rover::handle_battery_failsafe, void, const char*, const int8_t),
|
FUNCTOR_BIND_MEMBER(&Rover::handle_battery_failsafe, void, const char*, const int8_t),
|
||||||
_failsafe_priorities};
|
_failsafe_priorities};
|
||||||
|
|
||||||
// true if the compass's initial location has been set
|
|
||||||
bool compass_init_location;
|
|
||||||
|
|
||||||
// flyforward timer
|
// flyforward timer
|
||||||
uint32_t flyforward_start_ms;
|
uint32_t flyforward_start_ms;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user