mirror of https://github.com/ArduPilot/ardupilot
Sub: Rally no longer takes ahrs in constructor
This commit is contained in:
parent
cdde2b7d64
commit
e75dccfc71
|
@ -422,7 +422,7 @@ private:
|
|||
|
||||
// Rally library
|
||||
#if AC_RALLY == ENABLED
|
||||
AP_Rally rally{ahrs};
|
||||
AP_Rally rally;
|
||||
#endif
|
||||
|
||||
// terrain handling
|
||||
|
|
Loading…
Reference in New Issue