Browse Source

Copter: stop passing relay and ahrs into camera constructor

master
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
e977fce3ad
  1. 2
      ArduCopter/Copter.h

2
ArduCopter/Copter.h

@ -486,7 +486,7 @@ private: @@ -486,7 +486,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