Browse Source

Sub: Terrain uses rally singleton

mission-4.1.18
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
23ab90c596
  1. 2
      ArduSub/Sub.h

2
ArduSub/Sub.h

@ -427,7 +427,7 @@ private:
// terrain handling // terrain handling
#if AP_TERRAIN_AVAILABLE && AC_TERRAIN #if AP_TERRAIN_AVAILABLE && AC_TERRAIN
AP_Terrain terrain{mission, rally}; AP_Terrain terrain{mission};
#endif #endif
// used to allow attitude and depth control without a position system // used to allow attitude and depth control without a position system

Loading…
Cancel
Save