Browse Source

Sub: Rally no longer takes ahrs in constructor

mission-4.1.18
Peter Barker 6 years ago committed by Peter Barker
parent
commit
e75dccfc71
  1. 2
      ArduSub/Sub.h

2
ArduSub/Sub.h

@ -422,7 +422,7 @@ private: @@ -422,7 +422,7 @@ private:
// Rally library
#if AC_RALLY == ENABLED
AP_Rally rally{ahrs};
AP_Rally rally;
#endif
// terrain handling

Loading…
Cancel
Save