mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38:33 -04:00
ArduPlane: use relay singleton in Parachute
This commit is contained in:
parent
279b6c048d
commit
9edac79db8
@ -631,7 +631,7 @@ private:
|
||||
|
||||
|
||||
#if PARACHUTE == ENABLED
|
||||
AP_Parachute parachute{relay};
|
||||
AP_Parachute parachute;
|
||||
#endif
|
||||
|
||||
// terrain handling
|
||||
|
Loading…
Reference in New Issue
Block a user