mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
Copter: Terrain uses rally singleton
This commit is contained in:
parent
2207f52c8e
commit
f50418f72a
@ -526,7 +526,7 @@ private:
|
||||
|
||||
// terrain handling
|
||||
#if AP_TERRAIN_AVAILABLE && AC_TERRAIN && MODE_AUTO_ENABLED == ENABLED
|
||||
AP_Terrain terrain{mode_auto.mission, rally};
|
||||
AP_Terrain terrain{mode_auto.mission};
|
||||
#endif
|
||||
|
||||
// Precision Landing
|
||||
|
Loading…
Reference in New Issue
Block a user