Browse Source

Sub: stop passing relay and ahrs into camera constructor

master
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
9afb334f0c
  1. 2
      ArduSub/Sub.h

2
ArduSub/Sub.h

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

Loading…
Cancel
Save