mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_Compass: make compass_cal_requires_reboot const
This commit is contained in:
parent
e7b409924c
commit
051c811bfb
@ -140,7 +140,7 @@ public:
|
|||||||
|
|
||||||
void cancel_calibration_all();
|
void cancel_calibration_all();
|
||||||
|
|
||||||
bool compass_cal_requires_reboot() { return _cal_complete_requires_reboot; }
|
bool compass_cal_requires_reboot() const { return _cal_complete_requires_reboot; }
|
||||||
bool is_calibrating() const;
|
bool is_calibrating() const;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user