Skip to content

Commit

Permalink
Copter: remove duplicate friend declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring authored and rmackay9 committed Oct 9, 2023
1 parent 65099d0 commit b585d61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ArduCopter/Copter.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ class Copter : public AP_Vehicle {
friend class ModeZigZag;
friend class ModeAutorotate;
friend class ModeTurtle;
friend class AP_ExternalControl_Copter;

Copter(void);

Expand Down

0 comments on commit b585d61

Please sign in to comment.