Plane: stop providing current location to mount

This commit is contained in:
Peter Barker 2019-03-26 22:37:00 +11:00 committed by Peter Barker
parent 38d3c2daa1
commit 0626f1fc2f
1 changed files with 1 additions and 2 deletions

View File

@ -752,8 +752,7 @@ private:
// Camera/Antenna mount tracking and stabilisation stuff
#if MOUNT == ENABLED
// current_loc uses the baro/gps soloution for altitude rather than gps only.
AP_Mount camera_mount{current_loc};
AP_Mount camera_mount;
#endif
// Arming/Disarming mangement class