Skip to content
Snippets Groups Projects
Commit fd61c317 authored by Robert Lefebvre's avatar Robert Lefebvre Committed by Randy Mackay
Browse files

Copter: Remove relay pointer from LandingGear object

parent 4177852d
No related branches found
No related tags found
No related merge requests found
......@@ -727,7 +727,7 @@ static AP_Parachute parachute(relay);
////////////////////////////////////////////////////////////////////////////////
// Landing Gear Controller
////////////////////////////////////////////////////////////////////////////////
static AP_LandingGear landinggear(relay);
static AP_LandingGear landinggear;
////////////////////////////////////////////////////////////////////////////////
// terrain handling
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment