mirror of https://github.com/ArduPilot/ardupilot
AP_Mount: always build with MAVLink2 headers
This commit is contained in:
parent
94feae9eaf
commit
f377787444
|
@ -3,11 +3,7 @@
|
|||
#include "AP_Mount_SToRM32_serial.h"
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||
#if MAVLINK_PROTOCOL_VERSION == 2
|
||||
#include <GCS_MAVLink/include/mavlink/v2.0/checksum.h>
|
||||
#else
|
||||
#include <GCS_MAVLink/include/mavlink/v1.0/checksum.h>
|
||||
#endif
|
||||
#include <AP_HAL/utility/RingBuffer.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
|
Loading…
Reference in New Issue