mirror of https://github.com/ArduPilot/ardupilot
Plane: stop passing relay and ahrs into camera constructor
This commit is contained in:
parent
98f637ba6c
commit
769e862807
|
@ -291,7 +291,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
|
||||
|
||||
#if OPTFLOW == ENABLED
|
||||
|
|
Loading…
Reference in New Issue