Copter: Remove relay pointer from LandingGear object

This commit is contained in:
Robert Lefebvre 2015-01-06 10:26:22 -05:00 committed by Randy Mackay
parent 4177852d89
commit fd61c3179a
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ static AP_Parachute parachute(relay);
////////////////////////////////////////////////////////////////////////////////
// Landing Gear Controller
////////////////////////////////////////////////////////////////////////////////
static AP_LandingGear landinggear(relay);
static AP_LandingGear landinggear;
////////////////////////////////////////////////////////////////////////////////
// terrain handling