ArduCopter: 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 4776ae653c
commit 279b6c048d
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ private:
// Parachute release
#if PARACHUTE == ENABLED
AP_Parachute parachute{relay};
AP_Parachute parachute;
#endif
// Landing Gear Controller