mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Sub: remove defaulting of report value in rc_calibration_checks
This commit is contained in:
parent
450c8f4f3a
commit
c436235b05
@ -14,7 +14,7 @@ public:
|
||||
AP_Arming_Sub(const AP_Arming_Sub &other) = delete;
|
||||
AP_Arming_Sub &operator=(const AP_Baro&) = delete;
|
||||
|
||||
bool rc_calibration_checks(bool report=true) override;
|
||||
bool rc_calibration_checks(bool report) override;
|
||||
bool pre_arm_checks(bool report) override;
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user