Skip to content

Commit

Permalink
Copter: remove stale parameter conversions
Browse files Browse the repository at this point in the history
this removes stale parameter conversions.

These patches are all in the Copter-4.0.0 tag, meaning that they are all for upgrading from a version prior to that to a version prior-or-equal-to Copter-4.0.0

Past this a user running a version of ArduCopter < 4.0.0 to something >= 4.7.0 will not have smooth parameter conversions
  • Loading branch information
peterbarker committed Dec 27, 2024
1 parent c298156 commit a28bf19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 396 deletions.
1 change: 0 additions & 1 deletion ArduCopter/Copter.h
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,6 @@ class Copter : public AP_Vehicle {
void convert_prx_parameters();
#endif
void convert_lgr_parameters(void);
void convert_tradheli_parameters(void) const;

// precision_landing.cpp
void init_precland();
Expand Down
Loading

0 comments on commit a28bf19

Please sign in to comment.