mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Sub: delete correct assignment operator
This commit is contained in:
parent
4104d40130
commit
5e1e3dc822
@ -12,7 +12,7 @@ public:
|
||||
|
||||
/* Do not allow copies */
|
||||
AP_Arming_Sub(const AP_Arming_Sub &other) = delete;
|
||||
AP_Arming_Sub &operator=(const AP_Baro&) = delete;
|
||||
AP_Arming_Sub &operator=(const AP_Arming_Sub&) = delete;
|
||||
|
||||
bool rc_calibration_checks(bool report) override;
|
||||
bool pre_arm_checks(bool report) override;
|
||||
|
Loading…
Reference in New Issue
Block a user