Browse Source

Copter: delete correct assignment operator

master
Peter Barker 7 years ago committed by Lucas De Marchi
parent
commit
9f05556801
  1. 2
      ArduCopter/AP_Arming.h

2
ArduCopter/AP_Arming.h

@ -19,7 +19,7 @@ public: @@ -19,7 +19,7 @@ public:
/* Do not allow copies */
AP_Arming_Copter(const AP_Arming_Copter &other) = delete;
AP_Arming_Copter &operator=(const AP_Baro&) = delete;
AP_Arming_Copter &operator=(const AP_Arming_Copter&) = delete;
void update(void);
bool all_checks_passing(bool arming_from_gcs);

Loading…
Cancel
Save