AP_Mount: always build with MAVLink2 headers

This commit is contained in:
Andrew Tridgell 2016-05-16 11:37:43 +10:00
parent 94feae9eaf
commit f377787444
1 changed files with 0 additions and 4 deletions

View File

@ -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;