mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
Copter: Remove relay pointer from LandingGear object
This commit is contained in:
parent
4177852d89
commit
fd61c3179a
@ -727,7 +727,7 @@ static AP_Parachute parachute(relay);
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Landing Gear Controller
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
static AP_LandingGear landinggear(relay);
|
||||
static AP_LandingGear landinggear;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// terrain handling
|
||||
|
Loading…
Reference in New Issue
Block a user