mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: stop passing current_loc into AP_Camera
This commit is contained in:
parent
e1aa863eae
commit
88b55aceb3
@ -185,7 +185,7 @@ private:
|
|||||||
|
|
||||||
// Camera
|
// Camera
|
||||||
#if CAMERA == ENABLED
|
#if CAMERA == ENABLED
|
||||||
AP_Camera camera{MASK_LOG_CAMERA, current_loc};
|
AP_Camera camera{MASK_LOG_CAMERA};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Camera/Antenna mount tracking and stabilisation stuff
|
// Camera/Antenna mount tracking and stabilisation stuff
|
||||||
|
Loading…
Reference in New Issue
Block a user