Copter: fix for changed AP_Terrain API

This commit is contained in:
Andrew Tridgell 2014-08-06 16:17:52 +10:00
parent 781abc7593
commit 4d284a695d

View File

@ -743,7 +743,7 @@ static AP_Parachute parachute(relay);
////////////////////////////////////////////////////////////////////////////////
// terrain handling
#if AP_TERRAIN_AVAILABLE
AP_Terrain terrain(ahrs);
AP_Terrain terrain(ahrs, mission, rally);
#endif
////////////////////////////////////////////////////////////////////////////////