AP_Mount: disable AP_Mount until it works with MAVLINK10

This commit is contained in:
Andrew Tridgell 2012-06-04 13:13:01 +10:00
parent 7602f698eb
commit 18b5933240

View File

@ -53,7 +53,9 @@ version 2.1 of the License, or (at your option) any later version.
#include "config.h"
#include <GCS_MAVLink.h> // MAVLink GCS definitions
#include <AP_Mount.h> // Camera/Antenna mount
// AP_Mount disabled until it works with MAVLink10
// #include <AP_Mount.h> // Camera/Antenna mount
// Local modules
#include "defines.h"