Sub: fence no longer takes reference to ahrs in constructor

This commit is contained in:
Peter Barker 2019-01-31 11:37:47 +11:00 committed by Randy Mackay
parent 5dc743f1ba
commit 79eb0ac75f

View File

@ -413,7 +413,7 @@ private:
// AC_Fence library to reduce fly-aways
#if AC_FENCE == ENABLED
AC_Fence fence{ahrs};
AC_Fence fence;
#endif
#if AVOIDANCE_ENABLED == ENABLED