ArduPlane: use relay singleton in Parachute

This commit is contained in:
Peter Barker 2022-12-23 10:55:03 +11:00 committed by Peter Barker
parent 279b6c048d
commit 9edac79db8

View File

@ -631,7 +631,7 @@ private:
#if PARACHUTE == ENABLED
AP_Parachute parachute{relay};
AP_Parachute parachute;
#endif
// terrain handling