Browse Source

Plane: Rally no longer takes ahrs in constructor

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
cdde2b7d64
  1. 2
      ArduPlane/Plane.h

2
ArduPlane/Plane.h

@ -291,7 +291,7 @@ private: @@ -291,7 +291,7 @@ private:
#endif
// Rally Ponints
AP_Rally rally{ahrs};
AP_Rally rally;
// RSSI
AP_RSSI rssi;

Loading…
Cancel
Save