diff --git a/ArduCopter/Copter.h b/ArduCopter/Copter.h index b045639040..1f0c54d1b6 100644 --- a/ArduCopter/Copter.h +++ b/ArduCopter/Copter.h @@ -496,8 +496,7 @@ private: // Camera/Antenna mount tracking and stabilisation stuff #if MOUNT == ENABLED - // current_loc uses the baro/gps solution for altitude rather than gps only. - AP_Mount camera_mount{current_loc}; + AP_Mount camera_mount; #endif // AC_Fence library to reduce fly-aways