Copter: add friend for AP_ExternalControl_Copter

This commit is contained in:
Andrew Tridgell 2023-08-23 18:35:18 +10:00
parent 4447e87098
commit b3954afe52
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ public:
friend class ModeZigZag;
friend class ModeAutorotate;
friend class ModeTurtle;
friend class AP_ExternalControl_Copter;
Copter(void);