diff --git a/ArduPlane/ArduPlane.pde b/ArduPlane/ArduPlane.pde index ea45546080..8f6f6f739c 100644 --- a/ArduPlane/ArduPlane.pde +++ b/ArduPlane/ArduPlane.pde @@ -53,7 +53,9 @@ version 2.1 of the License, or (at your option) any later version. #include "config.h" #include // MAVLink GCS definitions -#include // Camera/Antenna mount + +// AP_Mount disabled until it works with MAVLink10 +// #include // Camera/Antenna mount // Local modules #include "defines.h"