mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
AP_Mount: disable AP_Mount until it works with MAVLINK10
This commit is contained in:
parent
7602f698eb
commit
18b5933240
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user