Sub: stop passing current_loc into AP_Camera

This commit is contained in:
Peter Barker 2019-03-26 22:07:53 +11:00 committed by Andrew Tridgell
parent cfd686c772
commit f3e5e9463b
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,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