mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
Copter: stop passing current_loc into AP_Camera
This commit is contained in:
parent
8ce4a1fce7
commit
cfd686c772
@ -479,7 +479,7 @@ private:
|
||||
|
||||
// Camera
|
||||
#if CAMERA == ENABLED
|
||||
AP_Camera camera{MASK_LOG_CAMERA, current_loc};
|
||||
AP_Camera camera{MASK_LOG_CAMERA};
|
||||
#endif
|
||||
|
||||
// Camera/Antenna mount tracking and stabilisation stuff
|
||||
|
Loading…
Reference in New Issue
Block a user