mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: use relay singleton in Parachute
This commit is contained in:
parent
4776ae653c
commit
279b6c048d
|
@ -512,7 +512,7 @@ private:
|
|||
|
||||
// Parachute release
|
||||
#if PARACHUTE == ENABLED
|
||||
AP_Parachute parachute{relay};
|
||||
AP_Parachute parachute;
|
||||
#endif
|
||||
|
||||
// Landing Gear Controller
|
||||
|
|
Loading…
Reference in New Issue