mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Copter: sprayer uses ahrs in constructor
This commit is contained in:
parent
c2e546285c
commit
9e298b3b2f
@ -555,7 +555,7 @@ private:
|
||||
|
||||
// Crop Sprayer
|
||||
#if SPRAYER == ENABLED
|
||||
AC_Sprayer sprayer{&inertial_nav};
|
||||
AC_Sprayer sprayer{ahrs};
|
||||
#endif
|
||||
|
||||
// Parachute release
|
||||
|
Loading…
Reference in New Issue
Block a user