Skip to content

Commit

Permalink
ArduPlane: correct comments for ArduPlane.cpp rename
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Dec 22, 2024
1 parent 0c05b0a commit 448781f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduPlane/Plane.h
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ class Plane : public AP_Vehicle {
bool in_fence_recovery() const;
#endif

// ArduPlane.cpp
// Plane.cpp
void disarm_if_autoland_complete();
bool trigger_land_abort(const float climb_to_alt_m);
void get_osd_roll_pitch_rad(float &roll, float &pitch) const override;
Expand Down

0 comments on commit 448781f

Please sign in to comment.