From 9f719ec02e8042567dda93b18826583af5100553 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 26 Mar 2019 22:37:12 +1100 Subject: [PATCH] Sub: stop providing current location to mount --- ArduSub/Sub.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ArduSub/Sub.h b/ArduSub/Sub.h index 7e1f8395ef..e19eebf3dd 100644 --- a/ArduSub/Sub.h +++ b/ArduSub/Sub.h @@ -382,8 +382,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 // AC_Fence library to reduce fly-aways