mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Sub: stop passing relay and ahrs into camera constructor
This commit is contained in:
parent
e977fce3ad
commit
9afb334f0c
@ -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…
Reference in New Issue
Block a user