Rover: stop passing relay and ahrs into camera constructor

This commit is contained in:
Peter Barker 2019-06-27 17:24:25 +10:00 committed by Andrew Tridgell
parent 7c102b90fa
commit 98f637ba6c

View File

@ -237,7 +237,7 @@ private:
// Camera // Camera
#if CAMERA == ENABLED #if CAMERA == ENABLED
AP_Camera camera{&relay, MASK_LOG_CAMERA, current_loc, ahrs}; AP_Camera camera{MASK_LOG_CAMERA, current_loc};
#endif #endif
// Camera/Antenna mount tracking and stabilisation stuff // Camera/Antenna mount tracking and stabilisation stuff