Browse Source

Sub: stop passing references to AC_Avoid constructor

master
Peter Barker 6 years ago committed by Tom Pittenger
parent
commit
6774bab363
  1. 2
      ArduSub/Sub.h

2
ArduSub/Sub.h

@ -421,7 +421,7 @@ private: @@ -421,7 +421,7 @@ private:
#endif
#if AVOIDANCE_ENABLED == ENABLED
AC_Avoid avoid{ahrs, fence, g2.proximity, &g2.beacon};
AC_Avoid avoid;
#endif
// Rally library

Loading…
Cancel
Save